Tool
lessly_list_deployments
List recent deployments for an app, newest first.
Behavior
- Returns
-
Array<{ deployment_id: string, git_ref: string, environment: string, status: string, created_at: string }>
Arguments
| Name | Type | Required | Description |
|---|---|---|---|
| app | string | • | Slug of the Lessly app. |
| environment | "production" | "staging" | "preview" | — | Restrict results to one environment. |
| status | "ready" | "failed" | "building" | "canceled" | — | Restrict results to one terminal or in-flight state. |
| limit | number | — | Maximum number of deployments to return. Capped at 100. default: 20 |
Try it
Show me the last 5 production deployments of acme-store.