Skip to main content
GET
List account prompts, newest first

TypeScript

Authorizations

Authorization
string
header
required

Revise API key from https://revise.io/console/api-keys. Send Authorization: Bearer .

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 100
cursor
string

The next_cursor returned by the previous page.

status
enum<string>
Available options:
queued,
running,
paused,
succeeded,
failed,
cancelled
conversation_id
string

Exact conv_ ID.

api_key_id
string

Exact key_ ID of the submitting key. Older unattributed prompts do not match.

created_after
string<date-time>

Inclusive lower creation-time bound (RFC3339 with timezone).

created_before
string<date-time>

Exclusive upper creation-time bound (RFC3339 with timezone).

metadata
object

Exact AND matches, e.g. metadata[customer]=Acme. Keys up to 64 bytes; values up to 512 bytes.

Response

A page of prompts

data
object[]
required
Maximum array length: 100
next_cursor
string | null
required