Skip to main content

Get the status of a task

GET 

/v1/status/:task_id

Get the status of a task (parsing, extraction).

Request

Path Parameters

    task_id Task Idrequired

Responses

The status of the task.

Schema

    status ResourceStatusrequired

    Possible values: [COMPLETED, FAILED, BUILDING, WAITING]

    Status of a task.

    result_url Result Url (string)

    A URL to access the results (e.g., parsed file, extracted information).

    error Error (string)

    An error message if the task failed.

Loading...