JavaScript
Threads
Get thread activity
Fetch compact current and recent activity for a thread without returning transcript content or runtime debug state.
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
Optional fleet id for index-backed authorization.
Response
Thread activity detail.
idle threads can accept a new turn or be closed. running threads have an active turn. awaiting threads are paused on external input such as approvals. closed threads are terminal.
Available options:
idle, running, awaiting, closed