Get Task Status
GET
/api/v1/retriever/task/{task_id}
Get the status of a background task.
Args: task_id: The ID of the task to check
Returns: Dict containing task status and result if available
Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” task_id
required
Task Id
string
Responses
Section titled “ Responses ”Successful Response
Response Get Task Status Api V1 Retriever Task Task Id Get
object
key
additional properties
any
Validation Error
HTTPValidationError
object
detail
Detail
Array<object>
ValidationErrorobject
loc
required
Location
Array
msg
required
Message
string
type
required
Error Type
string