v1

latestOpenAPI 3.0.02026-07-245018.3 KB
/file_uploads/{id}

Check Status

Get the processing status of a specific uploaded document by ID.

The status field indicates the current processing state. When status is closed, the response includes an error object with a code and human-readable message explaining why the file could not be processed.

get/api/v1.0/public/file_uploads/{id}

Path parameters

idinteger required

File upload ID

Response

File upload status retrieved

idinteger

File upload ID

status'uploaded' | 'processing' | 'in_review' | 'done' | 'failed' | 'error' | 'closed'

File processing status.

portfolio_idinteger

Portfolio ID

closed_atstring date-time nullable

ISO 8601 timestamp when the file was closed (only present when status is 'closed')