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

KeyDatatypeRequiredDescription
statusstringFilter batches by status. Valid types are pending, completed, and failed.

HEADERS

KeyDatatypeRequiredDescription
X-Cisco-Meraki-API-Keynull

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}}]}]