List Active Deployments
openl_list_deploymentsList active production deployments with optional filters for repository and project, returning deployment names, repositories, and revisions.
Instructions
List active deployments across production environments, optionally filtered by production repository ID and deployed project name. Returns deployment names, repositories, and deployed project revisions.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| offset | No | ||
| project | No | Deployed project name to filter deployments by. | |
| repository | No | Production repository ID to filter deployments by. | |
| response_format | No | Response format: 'json' for structured, round-trippable data (default), 'markdown' for human-readable output, 'markdown_concise' for a brief summary (1-2 paragraphs), or 'markdown_detailed' for full details with context | json |