Circle V2 API Docs
    Preparing search index...

    Variable EXTEND_RUN_STATUSConst

    EXTEND_RUN_STATUS: readonly [
        "pending",
        "processing",
        "completed",
        "failed",
        "rejected",
        "needs_review",
    ] = ...

    Lifecycle of an Extend document-extraction run, mirroring Extend's workflow_run.* webhook events. pending/processing are pre-terminal; the rest are terminal.