# CypherQueryRequest

Model ID: `SearchProvidersCypherRequest`

Base for raw Cypher queries.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `limit` | `integer` | No |  |  | `50` | No | Maximum rows returned. |
| `params` | `object` | No |  |  |  | No | Named parameters substituted into the query. |
| `query` | `string` | Yes |  |  |  | No | Raw Cypher query text to execute against the graph. |
| `rag` | `boolean` | No |  |  | `false` | No | When true, runs retrieval-augmented generation via Anthropic |

## Example

None declared in canonical OpenAPI.
