Get check all results for a job
Getting Started
Get All Check Results
Retrieve all check results for a specific job
GET
Get check all results for a job
This endpoint retrieves all check results associated with a specific job.
Endpoint
GET /getCheckResults
Parameters
string
required
The unique identifier of the job.
Response
Returns an array of check result objects.array
An array of check result objects for the job.
Error Responses
string
A description of the error that occurred.
Example Request
Example Response
Use Cases
This endpoint is useful for:- Retrieving all check results after a job completes
- Monitoring the status of multiple checks in a single job
- Building dashboards that display comprehensive job results
- Accessing detailed findings from all checks performed