Get Dataset Import Status
Authentication
Path parameters
The import job ID returned by GET /datasets/{dataset_id}/upload-url/{filename}
Response
The type of import. Currently always file_upload.
When the import job was created (ISO 8601, UTC).
When the import job was last updated (ISO 8601, UTC).
Number of records successfully ingested. Present when status is complete or partial.
Number of records rejected. Present when status is partial.
Record-level validation errors. Present when status is partial.
Human-readable reason for failure. Present when status is failed.