Endpoint
GET /getCheckResultFromJob
Parameters
The unique identifier of the job.
The unique identifier of the agent instance.
The unique identifier of the check.
The type of the case (e.g., “KYB”, “KYC”).
Whether to include status messages 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
JWT token obtained from the authentication endpoint
Query Parameters
The unique identifier of the job
The unique identifier of the agent instance
The unique identifier of the check
The type of the case
Available options:
kyb
, kyc
, entity
Whether to include status messages in the response
Response
Check result retrieved successfully