Learn how to run a Know Your Business (KYB) agent with step-by-step instructions
/startKYBAgentJob
endpoint to start a new KYB job:
job_id
: Unique identifier for the jobstatus
: Initial job statuscreated_at
: Timestamp of job creationmessage
: Status message/getJobById
endpoint to get detailed information about a specific job:
RETRIED
, the response will include a new_job_id
field. You should use this new ID to call /getJobById
again to get the status of the current job. The new job will also contain an original_job_id
field, pointing back to the job that was retried./getJobsByCaseId
endpoint to get all jobs associated with a case: