v5

latestOpenAPI 3.1.02026-08-081,0211,3082.1 MB
PROMPT_LIBRARY

Get All Prompts

Get all prompts (public + tenant) with filtering, sorting, and pagination. Returns prompts accessible to the user based on their teams.

get/prompts/

Query parameters

tagsstring[] nullable

Filter by tags. Returns prompts that have ANY of the specified tags.

Filter by tags. Returns prompts that have ANY of the specified tags.

ownersinteger[] nullable

Filter by owner user IDs. Supports multiple values.

Filter by owner user IDs. Supports multiple values.

teamsinteger[] nullable

Filter by team IDs.

Filter by team IDs.

search_textstring nullable

Search in title, description, and prompt text

Search in title, description, and prompt text

is_publicboolean nullable

Filter by public/tenant prompts

Filter by public/tenant prompts

integration_typestring nullable

Tenant platform (e.g. snowflake, databricks, dbt). Scopes public prompts so Databricks tenants only see Databricks prompts and non-Databricks tenants don't see Databricks prompts.

Tenant platform (e.g. snowflake, databricks, dbt). Scopes public prompts so Databricks tenants only see Databricks prompts and non-Databricks tenants don't see Databricks prompts.

typestring nullable

Filter by prompt type: 'saved' for tenant prompts, 'default' or 'public' for public prompts. Supports comma-separated values like 'default,saved' to get both types.

Filter by prompt type: 'saved' for tenant prompts, 'default' or 'public' for public prompts. Supports comma-separated values like 'default,saved' to get both types.

pageinteger

Page number

Page number

page_sizeinteger

Number of items per page

Number of items per page

sortstring

Sort by field: created_at, updated_at, last_used_at

Sort by field: created_at, updated_at, last_used_at

sort_orderstring

Sort order: asc or desc

Sort order: asc or desc

sizeinteger

Page size

Page size

Response

Successful Response

totalinteger nullable required
pageinteger nullable required
sizeinteger nullable required
pagesinteger nullable