v77

latestOpenAPI 3.0.3raw.githubusercontent.com2026-08-045764591.5 MB
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

Response

annotation_countinteger
{"stackTrail":"components:schemas:ProjectReimport:properties:data_columns","oasType":"schema","type":"unknown"}
durationinteger
errorstring nullable
{"stackTrail":"components:schemas:ProjectReimport:properties:file_upload_ids","oasType":"schema","type":"unknown"}
files_as_tasks_listboolean
{"stackTrail":"components:schemas:ProjectReimport:properties:found_formats","oasType":"schema","type":"unknown"}
idinteger required
prediction_countinteger
projectinteger nullable
status'created' | 'in_progress' | 'failed' | 'completed'
  • created - Created
  • in_progress - In progress
  • failed - Failed
  • completed - Completed
task_countinteger