Projects
Get project import status
Poll the status of an asynchronous project import operation.
**Usage:**
1. When you POST to `/api/projects/{project_id}/import`, you'll receive a response like `{"import": <import_id>}`
2. Use that `import_id` with this GET endpoint to check the import status
3. Poll this endpoint to see if the import has completed, is still processing, or has failed
4. **Import errors and failures will only be visible in this GET response**, not in the original POST request
This endpoint returns detailed information about the import including task counts, status, and any error messages.
get/api/projects/{id}/imports/{import_pk}/
Path parameters
idinteger required
A unique integer value identifying this project import.
import_pkinteger required