Skip to main content
POST
Search Prompt Templates

Authorizations

Authorization
string
header
required

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

Body

application/json
limit
integer
default:100

Maximum number of records to return.

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

Number of records to skip before returning results.

Required range: x >= 0
search_value
string | null

Optional search text used to filter results.

filters
(FilterParam · object | FilterOrGroup · object)[]

Additional filters applied to the list query.

Example:
sort
SortParam · object | null

Optional sort definition.

active
boolean
default:true

Filter prompt templates by active state.

Response

Successful Response

success
boolean
required

Whether the request was successful.

data
PromptTemplateSearchData · object
required

Prompt template search results.

error_type
string | null

Type of error if the request failed.

error_message
string | null

Error message or informational message.