Skip to main content
GET
Get Chat Cells

Authorizations

Authorization
string
header
required

API key or JWT token

Path Parameters

id
string<uuid>
required

Chat ID

Query Parameters

limit
integer<int32>
default:200

Maximum cells per page (values outside 1-500 fall back to 200)

Required range: x <= 500
offset
integer<int32>
default:0

Number of most-recent cells to skip

Response

Chat cells

chat_id
string<uuid>
cells
object[]
has_more
boolean

Whether older cells exist beyond this page