deploy_release_active
Retrieve the current-live release inventory for a project. Use this before deploying diffs to identify the active release serving traffic.
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. |