List Conversations
Lists the available conversations.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Query parameters
applies_to_parts
Filters for conversations belonging to any of the provided parts.
brand
Filters for tickets that are associated with any of the brands.
channels
Filters for conversations that are associated with any of the
channels.
cursor
The cursor to resume iteration from. If not provided, then iteration
starts from the beginning.
custom_fields
Filters for custom fields.
group
Filters for conversation that belong to the given groups.
is_creator_verified
Filters for conversations that are created by verified users.
is_frozen
Filters for conversations that are frozen.
is_spam
Filters for conversations that are spam.
limit
The maximum number of conversations to return. The default is '50'.
members
Filters for conversations where these users are participants.
mode
The iteration mode to use, otherwise if not set, then "after" is
used.
Allowed values:
modified_date.after
Filters for objects created after the provided timestamp (inclusive).
modified_date.before
Filters for objects created before the provided timestamp (inclusive).
owned_by
Filters for conversations owned by any of these users.
rev_orgDeprecated
Filters for conversations that are associated with any of the
provided Rev organizations.
rev_orgs
Filters for conversations that are associated with any of the
provided Rev organizations.
sla_summary.stage
Filters for records with any of the provided SLA stages.
Allowed values:
source_channel
Filters for conversations with any of the provided source channels.
source_channel_v2
Filters for conversations that are associated with the source
channel.
source_channelsDeprecated
Filters for conversations with any of the provided source channels.
stage.name
Filters for records in the provided stage(s) by name.
state
Filters for conversations with any of the provided states.
subtype
Filters for conversation with any of the provided subtypes.
Response
The response to listing the conversations.
conversations
The list of conversations.
next_cursor
The cursor used to iterate subsequent results in accordance to the
sort order. If not set, then no later elements exist.
prev_cursor
The cursor used to iterate preceding results in accordance to the
sort order. If not set, then no prior elements exist.