Skip to main content
GET
Error

Authorizations

Authorization
string
header
required

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

Path Parameters

id
string
required

Conversation ID

Query Parameters

after
string

Return items after this item ID

include
string[]

Additional fields to include

limit
integer
default:20

Maximum items

Required range: 1 <= x <= 100
order
enum<string>
default:desc

Sort order

Available options:
asc,
desc

Response

OK

data
object[]
first_id
string | null
has_more
boolean
last_id
string | null
object
string
Last modified on August 1, 2026