deployment_deployment_list
List a service's deployments, newest first.
List a service's deployments, newest first. Requires product-scoped read access. Returns: `[{ id, serviceId, status, createdAt, ... }]` — an array of deployment objects. Use deployment_deployment_get to inspect one deployment, or pass its id to deployment_service_rollback. Replace the example serviceId with your service's UUID.
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| serviceId | string | • | UUID of the service whose deployments to list. Replace the example UUID with yours. |
Try it
List recent deployments for the api service.