Skip to main content
GET
/
api
/
cli
/
threads
/
{threadId}
Fetch a thread transcript
curl --request GET \
  --url https://btca.dev/api/cli/threads/{threadId} \
  --header 'Authorization: Bearer <token>'
{
  "thread": {},
  "messages": [
    {}
  ]
}
Fetches a full thread transcript.

Authorizations

Authorization
string
header
required

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

Path Parameters

threadId
string
required

Response

Thread transcript

thread
object
required
messages
object[]
required