> ## 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 run perception

> Return perception data for a specific run.

Returns the same perception data as [Get brand perception](/api-reference/perception/get-brand-perception), but addressed by `runId` rather than `brandId + runId`. Useful when you already have the 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"
```

### Response

Same shape as [Get brand perception](/api-reference/perception/get-brand-perception).
