> ## 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.

# Get perception prompts & responses (run)

> Return all perception prompts and their scored LLM responses for a specific run.

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

<ParamField path="runId" type="string" required>
  Run UUID. Obtain from [List runs](/api-reference/runs/list).
</ParamField>

### Request

```bash theme={null}
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](/api-reference/perception/get-brand-perception).
