Skip to main content
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

string
required
The Clerk organization slug

Query Parameters

string
Filter by product/item ID. Use "business" for business-only prompts.
string
Comma-separated entity IDs to filter by (for multi-select)
integer
default:"100"
Maximum prompts to return
integer
default:"0"
Pagination offset

Response

string
The organization slug
string
Product ID if filtered
array
Array of prompt objects
integer
Total number of prompts
integer
Limit used
integer
Offset used

Prompt Object

Platforms Object

Each platform has a boolean indicating if the business was mentioned:
  • true (βœ“): Entity was found/recommended
  • false (βœ—): Entity was not found
  • null (-): Not yet tested
Platforms:
  • chatgpt - ChatGPT visibility
  • gemini - Google Gemini visibility
  • claude - Anthropic Claude visibility
  • perplexity - Perplexity AI visibility
  • copilot - Microsoft Copilot visibility
  • deepseek - DeepSeek visibility
  • grok - xAI Grok visibility
  • google_ai - Google AI visibility