---
title: "Get Prompt"
method: GET
path: "/{brand_id}/prompts/{prompt_id}"
---

# Get Prompt

`GET /{brand_id}/prompts/{prompt_id}`

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.

## Path parameters

- `brand_id` integer, required — The unique identifier for the brand
- `prompt_id` integer, required — The unique identifier for the prompt

## Response `200`

Successful Response

- PromptListing — Represents a prompt being tracked for AI visibility, including its configuration and metadata.
  - `id` integer, required — Unique identifier for the prompt
  - `text` string, required — The prompt text being tracked
  - `stage` string, required — The customer journey stage this prompt represents — one of the brand's stages (custom stage names included)
  - `persona_id` integer, nullable, required — ID of the associated persona, if any
  - `platforms` string[], required — AI platforms this prompt is tracked on
  - `tags` string[], required — Custom tags assigned to this prompt
  - `topics` string[], required — Auto-detected or assigned topics for this prompt
  - `branded` boolean, required — Whether this prompt explicitly mentions the brand
  - `favorite` boolean, required — Whether this prompt is marked as a favorite
  - `status` 'active' | 'archived', required — Lifecycle status of the prompt (`active` or `archived`)
  - `created_at` string, date-time, required — Timestamp when the prompt was created

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/scrunchai/apis/scrunch-data-api.md) · [All operations](https://skmtc.net/scrunchai/apis/scrunch-data-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scrunchai/scrunch-data-api/revisions/c4fe20c603a3/schema)
