# DocumentSummarySearchRequest

Model ID: `SearchDocumentSummariesRequest`

Search the Document Summaries index by structured fields.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `doc_type` | `string|null` | No |  |  | `null` | Yes | Document type filter: medical_guideline \| medical_policy \| any |
| `limit` | `integer` | No |  |  | `20` | No | Maximum results returned. |
| `offset` | `integer` | No |  |  | `0` | No | Number of results to skip, for pagination. |
| `phrase` | `string|null` | No |  |  | `null` | Yes | Free-text search across title, summary, content |
| `rag` | `boolean` | No |  |  | `false` | No | When true, runs retrieval-augmented generation via Anthropic |

## Example

None declared in canonical OpenAPI.
