list_deployments
List recent application deployments in ServiceNow by filtering on pipeline, environment, or deployment state.
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) |