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.
Documentation Index
Fetch the complete documentation index at: https://botpress-add-desk-to-botpress-docs.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
Bot id
Integration id
Integration alias
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
createdAt, updatedAt Sort results in this direction
asc, desc Filter by tags
Filter by participant ids
Filter by integration name
Filter by integration channel name
Date in ISO 8601 string with UTC timezone after which the conversation was created (inclusive)
Date in ISO 8601 string with UTC timezone before which the conversation was created (inclusive)
Response
Returns a list of Conversation objects