Stream file processing status updates
GET /files/{fileId}/await-processing
GET
/files/{fileId}/await-processing
SSE endpoint that streams processing status updates until file processing reaches a terminal state (JOB_SUCCEEDED or JOB_FAILED). Returns immediately if processing is already complete.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” fileId
required
Unique identifier of the file to retrieve
string
Unique identifier of the file to retrieve
Responses
Section titled “ Responses ”SSE stream of processing status events
Server-Sent Events stream with event types: processing-status, complete, keepalive
Bad Request - Validation error or invalid input
object
error
required
string
code
string
details
retryable
boolean
Unauthorized - Authentication required or invalid token
object
error
required
string
code
string
details
retryable
boolean
Forbidden - Insufficient permissions
object
error
required
string
code
string
details
retryable
boolean
Not Found - Resource does not exist
object
error
required
string
code
string
details
retryable
boolean