Get Import Job
GET/api/v1/devices/locations/import/:job_id
Get status of a location import job.
Returns the current status, progress, and error details of an import job. Poll this endpoint to track job execution.
Authentication: JWT token required Authorization: Must be in the same organization as the job
Job Statuses:
pending: Job queued, not yet startedprocessing: Job is parsing CSV and queueing locationscompleted: Job finished successfully (locations queued for processing)failed: Job encountered an error (see error_message)
Error Handling: If error_rate > 1%, the job will fail with first 100 errors listed.
PRD Reference: §3.1.2 CSV Import Schema
Request
Responses
- 200
- 404
OK
Not Found