Skip to main content
GET
/
v1
/
runs
/
{runId}
/
perception-prompts-responses
Get perception prompts & responses (run)
curl --request GET \
  --url https://api.example.com/v1/runs/{runId}/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 each perception prompt alongside every LLM’s scored response for the given run. Useful when you need a flat view of prompt + response pairs tied to a specific 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-prompts-responses"

Response

Same shape as Get brand perception.