Skip to main content
GET
List tracked prompts

Authorizations

Authorization
string
header
required

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

Query Parameters

offset
number
default:0
Required range: x >= 0
limit
number
default:20
Required range: 1 <= x <= 100
type
enum<string>
default:all

all: prompts currently being tracked (default) | archived: archived prompts

Available options:
all,
archived

Response

200 - application/json
data
object