Request
Query parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
customer_id | string | No | Filter to a single customer’s deployments |
status | string | No | Filter by status: provisioning, ready, or error |
limit | integer | No | Page size, from 1 to 100. Defaults to 20 |
cursor | string | No | Pagination cursor from a previous response |
Response
Response fields
| Field | Type | Description |
|---|---|---|
data[] | object[] | Deployment summaries — see Get Deployment |
next_cursor | string or null | Pass as cursor to fetch the next page; null when done |
Errors
| Status | Error | When |
|---|---|---|
| 400 | validation_error | Invalid query parameters |
| 401 | unauthorized | Missing or invalid API key |
| 403 | forbidden | API key lacks deployments:read scope |

