Skip to main content
GET
Get prompt catalog

Authorizations

Authorization
string
header
required

A Searchable API key, created under Settings → Workspace → Integrations. Send as Authorization: Bearer sea_xxxxx. Every key carries one or more scopes (read, write, admin) and may optionally be bound to a single project — see Getting started.

Path Parameters

projectId
string<uuid>
required

The project id.

Query Parameters

status
enum<string>
default:tracked

Which prompts to return.

Available options:
tracked,
untracked,
suggested,
all
topicId
string

Restrict to a single topic.

limit
integer
default:50

Page size (default 50, max 200).

Required range: 1 <= x <= 200
offset
integer
default:0

Pagination offset (default 0).

Required range: x >= 0

Response

The prompt catalog page.

project
object
status
enum<string>
Available options:
tracked,
untracked,
suggested,
all
summary
object

Counts of tracked / untracked / suggested prompts.

prompts
object[]
pagination
object