Skip to main content
GET
Get all prompts for the current user

Authorizations

Authorization
string
header
required

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

Response

User prompts returned

Prompt document as stored in the Prompt collection. Returned shape varies slightly per endpoint (some list/summary endpoints project a subset of fields).

_id
string
name
string
prompt
string

Prompt body. Omitted (i.e. stripped) for non-admin callers when isHidden is true.

description
string
temperature
number
responseTime
number
isHidden
boolean
tools
object[]
toolConfigs
object
organizationId
string
userId
string
copiedFrom
string | null
copiedFromName
string | null
copiedFromOrg
string | null
createdAt
string<date-time>
updatedAt
string<date-time>