GET
/
getCheckResultFromJob
Get a specific check result from job
curl --request GET \
  --url https://api.parcha.ai/api/v1/getCheckResultFromJob \
  --header 'Authorization: Bearer <token>'

Authorizations

Authorization
string
header
required

JWT token obtained from the authentication endpoint

Query Parameters

job_id
string
required

The unique identifier of the job

agent_instance_id
string
required

The unique identifier of the agent instance

check_id
string
required

The unique identifier of the check

case_type
enum<string>
required

The type of the case

Available options:
kyb,
kyc,
entity
include_status_messages
boolean
default:true

Whether to include status messages in the response

Response

Check result retrieved successfully