Check result
Check Result
Example of a response payload for the /getJobsByCaseId
endpoint:
All check result objects contain the following key fields:
The unique identifier of the agent.
The unique identifier of the command.
The name of the command.
The timestamp when the check result was created.
The timestamp when the check result was last updated.
The current status of the check result (e.g., “pending”, “completed”, “failed”).
The input data used for the check.
The verification data used for the check. Input data will be compared against this data.
Whether the check passed.
The answer to the check.
The explanation of the check result.
The payload of the check output. Each check implements different payload schema. See reference below for specific output payload for each check.
An array of alerts.
Check Result payload reference:
Here are detailed descriptions of the payload for each check: