# ListKnowledgeResponse

Model ID: `ListKnowledgeResponse`

Response for GET /assistant/knowledge.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `collections` | array of [`KnowledgeCollection`](./KnowledgeCollection.md) | Yes |  |  |  | No | All knowledge-base collections. |
| `entries` | array of [`KnowledgeEntrySummary`](./KnowledgeEntrySummary.md) | Yes |  |  |  | No | All knowledge-base entries across collections. |
| `total` | `integer` | Yes |  |  |  | No | Number of entries in this response. |

## Example

None declared in canonical OpenAPI.
