Skip to main content
GET
/
v1
/
brands
/
{brandId}
/
perception-prompts-responses
Get perception prompts & responses (brand)
curl --request GET \
  --url https://api.example.com/v1/brands/{brandId}/perception-prompts-responses

Documentation Index

Fetch the complete documentation index at: https://docs.get-spotlight.com/llms.txt

Use this file to discover all available pages before exploring further.

Returns perception prompts and all associated LLM responses for a brand. Defaults to the most recent run if runId is not provided.

Path parameters

brandId
string
required
Brand UUID. Obtain from List brands.

Query parameters

runId
string
Target a specific run. If omitted, the most recent run is used.

Request

curl -s \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/brands/BRAND_ID/perception-prompts-responses?runId=RUN_ID"

Response

Same shape as Get brand perception.