Skip to main content
GET
List Conversation Tags

Headers

x-api-key
string | null

Your API key for programmatic access. Send it in the x-api-key header; you can create and manage keys from the Developers page.

Query Parameters

page_size
integer
default:100

How many conversation tags to return. Can not exceed 100.

Required range: 1 <= x <= 100
cursor
string | null

Used for fetching next page. Cursor is returned in the response.

Response

Successful Response

conversation_tags
ConversationTagResponseModel · object[]
required
has_more
boolean
required
next_cursor
string | null