Get Import Status
Get Import Status
Retrieve the current status and validation summary of an import session
GET
Get Import Status
Get Import Status
Retrieve the current lifecycle status and validation summary of an import session. Use this to check whether a session is ready to submit, or to monitor progress after submission.Request
Headers
Your API key for authenticationExample:
sk_live_1234567890abcdefYour organization UUIDExample:
a8315ef3-dd50-43f8-b7ce-d839e68d51faPath Parameters
UUID of the import sessionExample:
"11111111-1111-1111-1111-111111111111"Response
UUID of the import session
Current lifecycle statusValues:
created, parsed, mapped, validating, validated, submitting, submitted, failed, expiredBackend template identifier used for this import
Original filename of the uploaded file
Numeric locale applied during parsing
Date locale applied (
dmy or mdy)Total number of data rows
Number of rows that passed validation
Number of rows with validation errors
Error counts per column key. Example:
{"weight_kg": 3, "date": 1}Confirmed column mapping (
{target_column: source_column}) or null if not yet mappedUUID of the file created after submission
UUID of the downstream processing job started after submission
Column headers detected in the source file
ISO 8601 timestamp when the session was created
ISO 8601 timestamp of the last update
Example
Successful Response
Session Status Lifecycle
| Status | Meaning |
|---|---|
created | Session created, file not yet fully parsed |
parsed | File parsed, columns detected, ready for mapping |
mapped | Column mapping confirmed |
validating | Row validation in progress |
validated | Validation complete, ready to submit (or fix errors) |
submitting | Submission in progress |
submitted | Submitted for downstream processing |
failed | Processing failed |
expired | Session expired (not submitted within TTL) |
Common Errors
401 Unauthorized
Cause: Missing or invalid API key403 Forbidden
Cause: The authenticated user is not a member of the organization404 Not Found
Cause: The import session does not exist or belongs to another organizationRelated Endpoints
Create Session
Upload a file and start a new import
Submit Import
Submit the validated session

