Endpoint
GET /getCheckResultFromJob
When to Use This Endpoint
Use this endpoint when you need to:- Fetch the complete result for a specific check (e.g., sanctions screening, PEP check)
- Get evidence and detailed findings that may not be included in the standard job response
- Retrieve results for a specific entity in a multi-entity job (like KYB jobs with associated individuals)
Parameters
The unique identifier of the job. You receive this when you start a job or from a webhook notification.
The check type identifier (also called
command_id). This identifies which type of check to retrieve.Examples:kyb.sanctions_screening_check_v2kyb.adverse_media_screening_check_v2kyc.pep_screening_check_v2kyb.incorporation_document_verification
This is the stable check identifier, not
command_instance_id which changes with each job run.Identifies which entity the check was run against. This is especially important for jobs that process multiple entities (e.g., a business with associated individuals).You can find this value in the check results from
getJobById response as agent_instance_id.For single-entity jobs, all checks will have the same
agent_instance_id. For multi-entity jobs (like KYB with associated individuals), each entity will have its own agent_instance_id.The type of the case. Use
"kyb" for business checks or "kyc" for individual checks.Whether to include status messages showing the check’s progress history in the response.
Response
An array of source identifiers used in the check.
The full check result object. Structure may vary based on the type of check.
Error Responses
A description of the error that occurred.
| Status Code | Description |
|---|---|
| 404 | Job or check result not found |
| 403 | Unauthorized access to agent |
| 500 | Internal server error |
Example Request
Example Response
Authorizations
Query Parameters
Available options:
kyb, kyc, entity