JavaScript
Threads
List thread messages
List a bounded page of transcript messages for a thread, newest first. Use the returned cursor to page older messages.
GET
JavaScript
Documentation Index
Fetch the complete documentation index at: https://docs.cerca.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Minimum string length:
1Example:
"agent_abc123"
Minimum string length:
1Example:
"thread_abc123"
Query Parameters
Cursor returned by a previous thread messages response.
Pattern:
^\d+$Example:
"42"
Optional fleet id for index-backed authorization.
Maximum number of messages to include, capped at 500.
Pattern:
^\d+$Example:
"100"