Skip to main content
GET
/
v1
/
runs
/
{runId}
/
perception
Get run perception
curl --request GET \
  --url https://api.example.com/v1/runs/{runId}/perception

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 the same perception data as Get brand perception, but addressed by runId rather than brandId + runId. Useful when you already have the run ID.

Path parameters

runId
string
required
Run UUID. Obtain from List runs.

Request

curl -s \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/runs/RUN_ID/perception"

Response

Same shape as Get brand perception.