Skip to main content
GET
Task Result

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

Async Task Results

url
string<uri>
required

The URL that was extracted

task_id
string<uuid>
required

Unique identifier for the extraction task

status
enum<string>
required

Status of the extraction

Available options:
success,
failed
status_code
integer
required

HTTP status code from the target website

data
object
required

Data from the extraction

metadata
object
required

Metadata from the extraction

warnings
string[]

List of warnings