Poll Linkage Job Status

Check the status of a linkage job by its ID.

SecurityapiKey
Request
path Parameters
id
required
string

ID of the linkage job.

Example: 65dcc3c60cecd503bcc88c92
Responses
200

OK

401

Unauthorized

403

Forbidden

get/linkagejobs/{id}
Request samples
Response samples
application/json
{
  • "id": "35f23c03-1c22-45fe-9484-3ffe769325de",
  • "patternSources": [
    ],
  • "matchSources": [
    ],
  • "countryShortNames": [
    ],
  • "dataMatchingDefinitionId": "6461e6113b1865304b3038b6",
  • "decisionLogIds": [
    ],
  • "createdAt": "2025-03-14T11:41:22Z",
  • "createdBy": "76248934691294444",
  • "status": "RUNNING",
  • "progress": "77"
}