Skip to main content
GET
/
api
/
cli
/
threads
List threads
curl --request GET \
  --url https://btca.dev/api/cli/threads \
  --header 'Authorization: Bearer <token>'
{
  "threads": [
    {}
  ]
}
Lists available threads for a project.

Authorizations

Authorization
string
header
required

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

Query Parameters

project
string

Response

Threads list

threads
object[]
required