list_deployments
List deployments for a project in reverse-chronological order, including version, status, deployed_at, description, and summary counts. Use this to review deploy history, find a stable version for rollback, or debug regressions by comparing two deployments.
Instructions
List deployments for a project in reverse-chronological order. Each entry includes version, status, deployed_at, description, and summary counts (files, functions).
Use this to understand recent deploy history, identify a known-good version for rollback, or debug a regression by comparing two versions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID (e.g. proj_a8Kq7fR2xZ) | |
| limit | No | Max deployments to return (default 20, max 100) |