v1

latestOpenAPI 3.0.02026-07-1329122146.2 KB
ChatService

List all the conversations in a specific corpus. This data enables developers to monitor chatbot interactions and understand how users engage with the data. Pagination lets developers navigate through large datasets.

Some tips for this API:

  • This operation authenticates with either an API Key or OAuth 2.0 (in a JWT "Bearer Token"). You can find details of how to set up an API key or use OAuth 2.0 here.
post/v1/list-conversations

Headers

customer-idinteger required

Enter the Customer ID to use for the request.

timeoutstring

(Optional) Enter the timeout value of the request in seconds, such as 10S or 30S.

Request body

numResultsinteger

Maximum number of conversations to return per page.

pageKeystring byte

A key that is passed in to retrieve a specific page of results. Leave empty to retrieve the first page. Subsequent page request should use the page key returned in previous response, and all other fields are ignored.

Response

A successful response.

pageKeystring byte

A key that is passed in to retrieve a specific page of results. Pass this as is in to the next request to retrieve the next page of results.