latestOpenAPI 3.1.02026-08-204087139.4 KB

c4fe20c603a3

Get Prompt

Returns a single prompt by its ID, including all associated metadata such as platforms, tags, and topics. Archived prompts are returned with status=archived; check the field if you only want active ones.

get/{brand_id}/prompts/{prompt_id}

Path parameters

brand_idinteger required

The unique identifier for the brand

The unique identifier for the brand

prompt_idinteger required

The unique identifier for the prompt

The unique identifier for the prompt

Response

Successful Response

idinteger required

Unique identifier for the prompt

textstring required

The prompt text being tracked

stagestring required

The customer journey stage this prompt represents — one of the brand's stages (custom stage names included)

persona_idinteger nullable required

ID of the associated persona, if any

platformsstring[] required

AI platforms this prompt is tracked on

tagsstring[] required

Custom tags assigned to this prompt

topicsstring[] required

Auto-detected or assigned topics for this prompt

brandedboolean required

Whether this prompt explicitly mentions the brand

favoriteboolean required

Whether this prompt is marked as a favorite

status'active' | 'archived' required

Lifecycle status of the prompt (active or archived)

created_atstring date-time required

Timestamp when the prompt was created