Skip to main content
GET
/
v1
/
orgs
/
{org_id}
/
prompts
List custom prompts (ordered)
curl --request GET \
  --url http://localhost:3000/v1/orgs/{org_id}/prompts \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

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

Path Parameters

org_id
string
required

Query Parameters

active_only
boolean

Response

200

Default Response