# ListSlotsResponse

Model ID: `ListSlotsResponse`

Response for GET /slots.

Type: `object`

## Fields

| Field | Type | Required | Format | Allowed values | Default | Nullable | Description |
|---|---|---:|---|---|---|---:|---|
| `slots` | array of [`Slot`](./Slot.md) | No |  |  |  | No | Available slots matching the supplied filters. |
| `total` | `integer` | No |  |  | `0` | No | Number of slots in this response. |

## Example

None declared in canonical OpenAPI.
