get_recent_deployments
Check recent deployments across all services or filtered by service. During incident investigation, see deployment details to identify if a change correlates with symptoms.
Instructions
Retrieves the most recent deployments across all services, or filtered by a specific service name. Use this tool first during incident investigation to check whether any recent deployment correlates with an observed symptom. Each result includes service name, version, commit SHA, deployment time, and who triggered the deploy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of deployments to return. Defaults to 10. | |
| service | No | Filter deployments by service name (e.g., "payment-service"). Omit to see all services. |