Skip to main content
GET
/
api
/
cli
/
questions
List questions
curl --request GET \
  --url https://btca.dev/api/cli/questions \
  --header 'Authorization: Bearer <token>'
{
  "questions": [
    {}
  ]
}
Lists prior questions 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

Questions list

questions
object[]
required