> ## Documentation Index
> Fetch the complete documentation index at: https://docs.rocketblue.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Get brand web search queries

> Return web search queries for a brand, using a specific run or the latest run.

Same response shape as [Get run web search queries](/api-reference/web-search-queries/get-run). When `runId` is omitted, the latest analysis run for the brand is used.

### Path parameters

<ParamField path="brandId" type="string" required>
  Brand UUID.
</ParamField>

### Query parameters

<ParamField query="runId" type="string">
  Optional run UUID. Alias: `run_id`. Defaults to the latest run.
</ParamField>

<ParamField query="prompt_id" type="string">
  Optional prompt UUID filter. Alias: `promptId`.
</ParamField>

<ParamField query="llm" type="string">
  Optional LLM name filter. Alias: `llm_names`.
</ParamField>

### Request

```bash theme={null}
curl -s \
  -H "x-api-key: YOUR_API_KEY" \
  "https://app.rocketblue.ai/api/v1/brands/BRAND_ID/web-search-queries"
```
