GET
/
getCheckResults
Get check all results for a job
curl --request GET \
  --url https://api.parcha.ai/api/v1/getCheckResults \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

job_id
string
required

The ID of the job to retrieve check results for

Response

Check results retrieved successfully