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": [
    {}
  ]
}

Documentation Index

Fetch the complete documentation index at: https://thebettercontextapp-davis-npm-resource-on-web.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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