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

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.

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