# ListActionsResponse

Model ID: `ListActionsResponse`

Response for GET /assistant/actions.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `actions` | array of [`AssistantAction`](./AssistantAction.md) | Yes |  |  |  | No | All allowed suggested-action ids. |
| `total` | `integer` | Yes |  |  |  | No | Number of actions in this response. |

## Example

None declared in canonical OpenAPI.
