# Get data collection job details Get the status of the data collection job. Endpoint: GET /api/integration/v1/job/collection/template/{job_id} Version: 2025-08-06 ## Path parameters: - `job_id` (integer, required) The ID of the data collection job that you want to query. This is the ID that is returned when you submitted the data collection job. ## Response 200 fields (application/json; charset=utf-8): - `data` (object) - `data.actual_start_date` (string) - `data.crtd_by` (string) - `data.crtd_dt` (string) - `data.id` (integer) - `data.status` (string) Enum: "Running", "Error", "Pending", "Completed", "Warning", "Failed", "Cancelled", "Terminated", "Incompatible" - `data.updt_dt` (string) - `success` (boolean) ## Response 401 fields ## Response 403 fields