Skip to main content
GET
Task Status

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

task_id
string<uuid>
required

The unique identifier of the async task

Example:

"8e8cfde8-345b-42b8-b3e2-0c61eb11e00f"

Response

Task Details with Results

Task details including metadata and results. The 'result' field structure varies based on method used (extract, search, map, agent, or crawl).

status
string
Example:

"success"

task
object