Skip to main content
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

Authorizations

Authorization
string
header
required

API key obtained from your Parcha account settings. Include as Bearer token in the Authorization header.

Query Parameters

job_id
string
required

The ID of the job to retrieve check results for

Response

Check results retrieved successfully