Retrieves a paginated list of deployment records with optional filtering by environment, project, version, status, artifact kind, and deployment name.
Bearer token for authentication
The (zero-based) offset of the first item returned in the collection.
The maximum number of entries to return. If the value exceeds the maximum, then the maximum value will be used.
Optional filter by environment name
Optional filter by project name
Optional filter by project version name (requires project_name)
Optional filter by deployment status
DEPLOYMENT_STATUS_UNSPECIFIED, DEPLOYED, DECOMMISSIONED, SUPERSEDED Optional filter by artifact kind
ARTIFACT_KIND_UNSPECIFIED, CONTAINER_IMAGE, HELM_CHART Optional filter by deployment name (returns records for a specific slot)
When true, returns all records instead of only the latest per (environment_id, deployment_name) slot. By default, only the most recent record per slot is returned.
A successful response.