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.Documentation Index
Fetch the complete documentation index at: https://docs.parcha.ai/llms.txt
Use this file to discover all available pages before exploring further.
Endpoint
GET /getCheckResults
Parameters
The unique identifier of the job.
Response
Returns an array of check result objects.An array of check result objects for the job.
Error Responses
A description of the error that occurred.
| Status Code | Description |
|---|---|
| 404 | Job not found |
| 401 | Unauthorized access |
| 500 | Internal server error |
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