Get source status
Return the current processing status for a source. Poll this endpoint after a CSV upload until the source reaches a terminal state.
GET
Get source status
Returns the current processing status for a source. Use this endpoint to poll after a CSV upload until the source reaches a terminal state.
Path parameters
The UUID of the owning organization.
The UUID of the directory.
The UUID of the source to check.
Source status values
| Status | Meaning |
|---|---|
pending | Upload received; processing has not started. |
processing | Rows are being validated and materialized. |
completed | All rows have been processed. Check accepted, failed, and warnings for results. |
failed | Processing encountered an unrecoverable error. |
