GET
/
api
/
v1
/
prompts
{
  "prompts": [
    {
      "id": "<string>",
      "text": "<string>",
      "type": "SYSTEM",
      "version": 123,
      "status": "ACTIVE",
      "created_by": "<string>",
      "created_at": "2023-11-07T05:31:56Z",
      "updated_at": "2023-11-07T05:31:56Z"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

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

Query Parameters

query
string | null
skip
integer
default:0
Required range: x >= 0
limit
integer
default:10
Required range: 1 <= x <= 100

Response

200
application/json
Successful Response
prompts
object[]
required
total
integer
required