Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Query Parameters
Required range:
x >= 0Required range:
1 <= x <= 100{
"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
}{
"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
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
x >= 01 <= x <= 100