Export Conversations
Exports a collection of conversation items.
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.
custom_fields
Filters for custom fields.
first
The number of conversation items to return. The default is '50', the
maximum is '5000'.
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.
members
Filters for conversations where these users are participants.
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
Success.
conversations
The resulting collection of conversation items.