GET /api/v1/cloud/deployments
Retrieves all deployments under the current account with cursor pagination. Results are sorted by creation time in descending order (newest first). Archived deployments are excluded by default.
Headers
Query parameters
Example request
Example response
HTTP 200 OKResponse fields
Use
next_page as the page parameter on the next request to page forward.
Errors
See Errors for the full error envelope.
Related
Create a deployment
Create a new cron-scheduled or manually-triggered deployment.
Get a deployment
Retrieve details for a single deployment.
List all runs
Query run history across all deployments.
Errors reference
All API error codes and the error envelope convention.