# Poll Copy Data Source Job Status Allows polling the status of copy data source job Endpoint: GET /storages/{storageId}/datasources/{dataSourceId}/copy/{jobId} Version: 5 Security: apiKey ## Path parameters: - `storageId` (string, required) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `dataSourceId` (string, required) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `jobId` (string, required) Unique identifier of a Job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" ## Response 200 fields (application/json): - `id` (string) Unique identifier of a job. Example: "35f23c03-1c22-45fe-9484-3ffe769325de" - `targetStorageId` (string) Unique identifier of the Storage. Example: "72d6900fce6b326088f5d9d91049e3e6" - `targetDataSourceId` (string) Unique identifier for a Data Source of the Storage. Example: "648824a691d8d2503d65103e" - `status` (string) Job execution status. Enum: "ARCHIVED", "UNKNOWN", "CREATED", "PERSISTED", "SCHEDULED", "WAITING", "COULDNT_START", "RUNNING", "FINISHED", "DIED", "CANCELED", "FAILED" - `statusMessage` (string) Additional information to explain the status. Example: "The job failed because storage is empty."