List deployments
App Deployments
List deployments
Returns all deployments for the specified application, optionally filtered by status and time period.
GET
List deployments
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)
Available options:
pending, running, completed, failed, cancelling, cancelled Filter by time period: '7days', '30days', '90days', or 'all'
Available options:
7days, 30days, 90days, all Response
List deployments
Unique deployment identifier
Current deployment state (pending, running, completed, failed, cancelling, cancelled)
Creation timestamp
Last update timestamp
Timestamp when logs were stored (null if not yet stored)

