Get Prompts
π’ GET - Prompts
Get Prompts
Retrieve prompts with visibility status for the dashboard
GET
Get Prompts
Gets prompts for a business along with their visibility status across AI platforms. Used to populate the βTracked Queriesβ table in the dashboard.
Sorting: Prompts are sorted by
last_tested_at DESC NULLS LAST, so recently tested prompts appear first, followed by untested prompts.
Path Parameters
The Clerk organization slug
Query Parameters
Filter by product/item ID. Use
"business" for business-only prompts.Comma-separated entity IDs to filter by (for multi-select)
Maximum prompts to return
Pagination offset
Response
The organization slug
Product ID if filtered
Array of prompt objects
Total number of prompts
Limit used
Offset used
Prompt Object
| Field | Type | Description |
|---|---|---|
id | integer | Prompt database ID |
entity_id | string | Entity UUID this prompt belongs to |
query | string | The prompt text |
platforms | object | Visibility status per platform |
last_tested_at | string | ISO timestamp of last test (null if never tested) |
Platforms Object
Each platform has a boolean indicating if the business was mentioned:true(β): Entity was found/recommendedfalse(β): Entity was not foundnull(-): Not yet tested
chatgpt- ChatGPT visibilitygemini- Google Gemini visibilityclaude- Anthropic Claude visibilityperplexity- Perplexity AI visibilitycopilot- Microsoft Copilot visibilitydeepseek- DeepSeek visibilitygrok- xAI Grok visibilitygoogle_ai- Google AI visibility