Getting details of a specific endpoint
action1_get_automation_script_outputRetrieve raw automation-script output (unfiltered stdout and details) for a specific endpoint automation instance by providing instance and endpoint IDs.
Instructions
Raw automation-script output struct. For filtered stdout (status markers stripped) prefer action1_get_automation_output (curated). Getting details of a specific endpoint. Gets details about the automation instance applied to an endpoint specified by its ID. Perm: view_automations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| org_id | No | Org UUID. | |
| verbose | No | Skip per-item compactor. | |
| endpoint_id | Yes | Provide an endpoint ID. | |
| instance_id | Yes | Provide a specific instance ID. | |
| response_format | No | Output format. Default markdown. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| count | Yes | ||
| items | Yes | ||
| total | No | ||
| truncated | No |