Skip to main content
GET
Get scrape job status

Authorizations

X-API-Key
string
header
required

Path Parameters

id
string
required

The job id returned by the scrape call.

Response

200 - application/json
status
enum<string>
required

Job state.

Available options:
waiting,
active,
completed,
failed
Example:

"completed"

data
object

Present when completed.

error
string

Present when the job failed.