Skip to main content
GET
List all prompts for the tenant (with label map)

Authorizations

Authorization
string
header
required

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

Response

200 - application/json
id
string
required

Prompt UUID

name
string
required

Human-readable prompt name (unique per tenant)

description
string
required

Optional description

labels
object
required

Map of label name → version number (e.g. { production: 2 })

createdAt
string<date-time>
required