List deployments
Returns all deployments for the specified application, optionally filtered by status and time period.
Authorizations
Bearer token for authentication. Format: 'Bearer {token}'
Headers
Workspace ID (uses default workspace if not provided)
Path Parameters
Application UUID
Query Parameters
Filter by deployment status (pending, running, completed, failed, cancelling, cancelled)
pending, running, completed, failed, cancelling, cancelled Filter by time period: '7days', '30days', '90days', or 'all'
7days, 30days, 90days, all Response
List deployments
Unique deployment identifier
Current deployment state (pending, running, completed, failed, cancelling, cancelled)
Commit SHA this deployment shipped (null for non-git deployment methods)
Commit message for the deployed commit (null for non-git deployment methods)
Branch this deployment shipped from (null for non-git deployment methods)
Creation timestamp
Last update timestamp
Timestamp when logs were stored (null if not yet stored)

