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