# Matching Decision Import Status Polls the status of the matching decision import job. Endpoint: GET /matchingdecisionjobs/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the Matching Decision Import Job. Example: "65dcc3c60cecd503bcc88c92" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `domain` (string) The actual company website URL. Example: "https://cdq.com" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `modifiedAt` (string) Date of modification (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `progress` (integer) Progress (%) of the job. Example: "77" - `status` (string) Job execution status. Example: "RUNNING" - `statusMessage` (string) Additional information to explain the status. Example: "The job failed because storage is empty." - `decisionLogId` (string) ID of the decision log. Example: "65dcb1d68f01e37c2cf9bbb2" - `result` (object) Result of the matching decision import job. - `result.statistics` (object) Statistics of the matching decision import job. - `result.statistics.numberOfInserts` (integer) Number of inserted matching decisions. Example: "100" - `result.statistics.numberOfFailed` (integer) Number of failed matching decisions. Example: "0"