list_deployments
Retrieve recent application deployments from ServiceNow with filters for pipeline, environment, state, and result limits to monitor deployment status.
Instructions
List recent application deployments tracked in ServiceNow
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pipeline_sys_id | No | Filter by pipeline | |
| environment | No | Filter by environment (e.g. "prod", "staging") | |
| state | No | Filter by state: "success", "failed", "in_progress" | |
| limit | No | Max records (default 25) |