# Poll Deduplication Job Status Polls the status of the Deduplication Job. Endpoint: GET /deduplicationjobs/{id} Version: 2 Security: apiKey ## Path parameters: - `id` (string, required) ID of the deduplication job. Example: "65dcc3c60cecd503bcc88c92" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `storageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `dataMatchingDefinitionId` (string) Id of the data matching definition. Example: "6461e6113b1865304b3038b6" - `dataSourceIds` (array) List of Data Source IDs. Example: ["648824a691d8d2503d65103e"] - `decisionLogIds` (array) If set, feedback from listed Matching Decision Logs will be considered. Example: ["65dcb1d68f01e37c2cf9bbb2"] - `countryShortNames` (array) List of country short names. Example: ["CH"] - `createdAt` (string) Date of creation (ISO 8601-compliant). Example: "2025-08-29T09:46:53Z" - `createdBy` (string) Creator of a resource. Example: "76248934691294444" - `status` (string) Curation Job execution status. Enum: "ARCHIVED", "UNKNOWN", "CREATED", "PERSISTED", "SCHEDULED", "WAITING", "COULDNT_START", "RUNNING", "FINISHED", "DIED", "CANCELED", "FAILED" - `progress` (integer) Progress (%) of the job. Example: "77"