List all conversations
Returns all conversations matching filters
Authorizations
Query Parameters
Client Environment - sandbox, pre-release or live
sandbox
, pre-release
, live
The start of the time range of the conversations to get, in ISO8601 format
The end of the time range of the conversations to get, in ISO8601 format
Max number of conversations to return per API call. If the result set of your query is larger than this, it will be paginated.
1 < x < 5000
Offset within result set to fetch.
x > 0
If true, include the context_state
for each conversation. This is a large, noisy dictionary of the agent's internal dialogue state at the end of the conversation.
If it is set, we would return all conversations under this variant_id. Note that you may only specify either one of the variant_id or variant_name
If it is set, we would return all conversations under this variant_name. Note that you may only specify either one of the variant_id or variant_name. Also, make sure to encode any spaces in the name with "%20"
If it is set to false, we only return finished conversations. If it is set to true, we only return conversations still in progress. By default, this parameter is None and we return all conversations
Response
An array of conversations returned in ascending chronological order.
An dictionary of response keys and their descriptions
If present, the result is being paginated and requires another API call to fetch the next portion (pass the provided next_offset
as the offset
param for the next API call).