Return The List Of Action Batches In The Organization
GET {{baseUrl}}/organizations/:organizationId/actionBatches
Return the list of action batches in the organization
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
status | string | Filter batches by status. Valid types are pending, completed, and failed. |
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
X-Cisco-Meraki-API-Key | null |
RESPONSES
status: OK
[{"id":"123","organizationId":"2930418","confirmed":true,"synchronous":false,"status":{"completed":false,"failed":false,"errors":[]},"actions":[{"resource":"/devices/QXXX-XXXX-XXXX/switchPorts/3","operation":"update","body":{"enabled":false}}]}]