Skip to main content
PATCH
Update processing status

Authorizations

Authorization
string
header
required

OAuth2 Authorization Code flow

Path Parameters

id
string
required

Body

application/json
stage
enum<string>
required

The processing stage to update

Available options:
classification,
parse,
index,
insights
Example:

"classification"

status
enum<string>
required

The new status value

Available options:
not_started,
pending,
processing,
completed,
failed,
ignored
Example:

"completed"

error
string

Error message if status is failed

Example:

"Document parsing failed: invalid format"

Response

Status updated successfully