Policy Run Results
policy_run_resultsFetch per-device results and output for a specific policy execution token, including exit codes and status, to analyze compliance.
Instructions
Retrieve per-device results and output for a specific policy execution token. exit_code is the raw process exit code from the policy script (0 = success; negative values on Windows are NTSTATUS codes as signed 32-bit ints, e.g. -1073741502 = 0xC0000142); result_status is the lowercase per-device outcome string.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| sort | No | ||
| limit | No | ||
| org_uuid | No | ||
| exec_token | Yes | ||
| device_name | No | ||
| policy_uuid | Yes | ||
| result_status | No | ||
| max_output_length | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||