/getJobById or /getJobByCaseId endpoint, the response will contain a check result object with metadata about the check execution and a check-specific payloads for each check that was run. You can find the results of a specific check by filtering the command_name in the response.
string
The unique identifier of the agent.
string
The unique identifier for this instance of the agent.
string
The unique identifier of the command.
string
The name of the command.
string
A description of what the command does.
string
The unique identifier for this instance of the command.
string | null
The identifier of the data loader used, if any.
string
The identifier of the job this check result belongs to.
string
The timestamp when the check result was created.
string
The timestamp when the check result was last updated.
string | null
The timestamp when the data loader started, if applicable.
string | null
The timestamp when the data loader finished, if applicable.
string | null
The timestamp when the check started.
string | null
The timestamp when the check finished.
string
The type of result, typically “CommandResult”.
string
The current status of the check result (e.g., “pending”, “complete”, “failed”).
number | null
The step number in the workflow, if applicable.
object
The input data used for the check.
object
The verification data used for the check. Input data will be compared against this data.
boolean
Whether the check passed.
string
A human-readable summary of the check result.
string
A detailed explanation of what was checked and how the result was determined.
object
Check-specific result data. The structure of this object varies depending on the type of check that was run. See the individual check result documentation for details:
object
An object containing any alerts or warnings generated during the check.
string | null
A recommended action based on the check result.
string | null
Any instructions related to the check.
string | null
Any follow-up actions that should be taken.
object | null
Any evidence collected during the check.
string | null
Any error that occurred during the check.
array
An array of status messages emitted during the execution of the check.