deploy_release_active
Fetch the current-live release inventory for a project, identifying the active release. Use this before deploy diffs to understand what is currently serving.
Instructions
Fetch the current-live release inventory for a project. Returns release_id: null with an empty current-live inventory when no release is active yet. Use this before deploy diffs to understand what is currently serving. Canonical SDK errors are preserved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID to inspect. | |
| site_limit | No | Maximum site path entries to include. Gateway default: 5000. |