Skip to main content
GET
Get Prompts

Authorizations

x-api-key
string
header
required

API key for authentication. You can create one here.

Query Parameters

website_id
string<uuid>
required

The ID of the website to retrieve prompts for

status
enum<string>

Filter prompts by status. If omitted, returns both active and paused prompts.

Available options:
active,
paused
prompt_tags
string<uuid>[]

Filter prompts by tag. Pass one or more prompt tag IDs (UUIDs). When omitted, prompts are not filtered by tag. Combine with prompt_tags_operator to control how multiple tags are matched. All tag IDs must belong to the same website as website_id, otherwise the request is rejected with 403.

prompt_tags_operator
enum<string>

How to combine the prompt_tags filter. is_any_of (default) returns prompts carrying at least one of the given tags; has_all_of returns only prompts carrying every given tag. Ignored when prompt_tags is omitted.

Available options:
is_any_of,
has_all_of

Response

Successful response with list of prompts

prompts
object[]
required