Matching Decision Import Status

Polls the status of the matching decision import job.

SecurityapiKey
Request
path Parameters
id
required
string

ID of the Matching Decision Import Job.

Example: 65dcc3c60cecd503bcc88c92
Responses
200

OK

401

Unauthorized

403

Forbidden

get/matchingdecisionjobs/{id}
Request samples
Response samples
application/json
{
  • "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
  • "domain": "https://cdq.com",
  • "createdBy": "76248934691294444",
  • "createdAt": "2025-03-14T11:41:40Z",
  • "modifiedAt": "2025-03-14T11:41:40Z",
  • "progress": "77",
  • "status": "RUNNING",
  • "statusMessage": "The job failed because storage is empty.",
  • "decisionLogId": "65dcb1d68f01e37c2cf9bbb2",
  • "result": {
    }
}