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

> Return perception data from the most recent run of a brand.

Shortcut to the latest run's perception data without needing to look up the `runId`. Identical response shape to [Get brand perception](/api-reference/perception/get-brand-perception).

### Path parameters

<ParamField path="brandId" type="string" required>
  Brand UUID. Obtain from [List brands](/api-reference/brands/list).
</ParamField>

### Request

```bash theme={null}
curl -s \
  -H "x-spotlight-api-key: YOUR_API_KEY" \
  "https://app.get-spotlight.com/api/v1/brands/BRAND_ID/last/perception"
```

### Response

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

<Warning>
  Returns `404` if the brand has no analysis runs yet.
</Warning>
