Skip to main content
GET
Get a Conversation

Authorizations

X-API-Key
string
header
required

Supply the API Key in the HTTP-Header

Headers

Accept
enum<string>

The Accept header specifies the media type that the client expects in the response. Available options: application/json, application/hal+json, application/xml, text/xml, text/csv. The default value is application/json.

Available options:
application/json,
application/hal+json,
application/xml,
text/xml,
text/csv

Path Parameters

sessionId
string
required

The Id of the Session

Query Parameters

projectId
string

The unique identifier for the Project.

Required string length: 24
Pattern: ^[a-z0-9]{24}$
expertMode
boolean

expertMode on or off e.g. expertMode=true

Response

Returns a conversation.

items
object[]
total
integer
Last modified on July 22, 2026