Listing automation instances
action1_list_automation_instancesList automation instances to view running and completed automations, helping monitor execution status for an organization.
Instructions
Listing automation instances. Gets a list of running and completed automations for the specified organization. Perm: view_automations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| from | No | Provide the number of the first record to be returned. | |
| limit | No | Set the maximum number of items to be returned (the page size). | |
| cursor | No | Pagination cursor. | |
| filter | No | Provide a case-insensitive substring to filter and narrow down returned results (i.e., if... | |
| org_id | No | Org UUID. | |
| sortby | No | Define the sorting order by a certain field. | |
| status | No | Specify the status. | |
| verbose | No | Skip per-item compactor. | |
| completed | No | Specify the completion status of the automation schedule. | |
| endpoint_id | No | The ID of the endpoint to query. | |
| auto_paginate | No | Walk all pages. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| has_more | No | ||
| next_cursor | No |