Skip to main content
GET
List general chat conversations

Authorizations

Authorization
string
header
required

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

Headers

authorization
string | null
x-ankra-organisation-id
string | null

Query Parameters

show_all
boolean
default:true

Show all conversations including deleted

Example:

true

limit
integer
default:50

Maximum number of conversations to return

Required range: 1 <= x <= 1000
Example:

50

offset
integer
default:0

Number of conversations to skip

Required range: x >= 0
Example:

0

metadata_only
boolean
default:false

Return conversation metadata with empty messages and a message_count

Example:

false

Response

Chat conversations retrieved successfully

conversations
ChatConversation · object[]
required
total_count
integer
required