# ListVectorCollectionsResponse

Model ID: `ListVectorCollectionsResponse`

`GET /graph/vector/collections` — what can be searched, and with what.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `collections` | array of [`VectorCollection`](./VectorCollection.md) | Yes |  |  |  | No | Configured collections, documents corpus first. |
| `embedding_model` | `string` | Yes |  |  |  | No | Model this deployment embeds queries with. |
| `total` | `integer` | Yes |  |  |  | No | Number of collections in this response. |

## Example

None declared in canonical OpenAPI.
