> ## 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 content suggestions

> Return content suggestions from the most recent run of a brand.

Shortcut to the most recent run's content suggestions without needing to first look up the `runId`. Identical response shape to [Get content suggestions](/api-reference/content-suggestions/get-run-suggestions).

### Path parameters

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

### Query parameters

### 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/content-suggestions"
```

### Response

Same shape as [Get content suggestions](/api-reference/content-suggestions/get-run-suggestions).

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