arm_list_deployments
List ARM deployments with filters for status, date range, label, destination org, and limit. Retrieve deployment records from the ARM API.
Instructions
GET /rabit/api/deployments/v1/list. Lists deployments with optional status, date range, label, destination org, and limit filters.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Optional maximum number of deployments to return. Maximum 100. | |
| status | No | Optional deployment status filter | |
| toDate | No | Optional end date filter in YYYY-MM-DD format | |
| headers | No | Optional extra headers | |
| fromDate | No | Optional start date filter in YYYY-MM-DD format | |
| destSfOrg | No | Optional destination Salesforce org filter | |
| labelName | No | Optional deployment label name filter |