GET
/
api
/
v1
/
conversations
/
{conversation_id}
/
messages
/

Authorizations

Authorization
string
headerrequired

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

conversation_id
string
required

Query Parameters

start
integer
default: 0
Required range: x > 0
limit
integer
default: 10
Required range: x > 1

Response

200 - application/json
id
string
required
conversation_id
string
required
content
string
required
sender_id
string | null
type
enum<string>
required
Available options:
AI_GENERATED,
HUMAN,
SYSTEM_GENERATED
reason
string | null
created_at
string
required
status
enum<string>
required
Available options:
ACTIVE,
ARCHIVED,
DELETED
citations
string[] | null