listConversations
Retrieves a list of Conversation you’ve previously created. The conversations are returned in sorted order, with the most recent appearing first. The list can be filtered using Tags.
GET
Query Parameters
Provide the meta.nextToken
value provided in the last API response to retrieve the next page of results
Sort results by this field
Available options:
createdAt
, updatedAt
Sort results in this direction
Available options:
asc
, desc
Filter by tags
Filter by participant ids
Filter by integration name
Filter by integration channel name
Response
200
application/json
Returns a list of [Conversation](#schema_conversation) objects
The Conversation object represents an exchange of messages between one or more users. A Conversation is always linked to an integration's channels. For example, a Slack channel represents a conversation.
Was this page helpful?