Skip to content

GET /v1/crawl/{id}

GET
/v1/crawl/{id}

Get crawl job status

Authorizations

bearerAuth
TypeHTTP (bearer)

Parameters

Path Parameters

id*
Typestring
Required

Responses

Successful response
application/json
JSON
{
"success": true,
"status": "string",
"completed": 0,
"total": 0,
"expiresAt": "string",
"next": "string",
"data": [
{
"markdown": "string",
"extract": "string",
"html": "string",
"rawHtml": "string",
"links": [
"string"
],
"screenshot": "string",
"metadata": {
"additionalProperties": {
}
}
}
]
}

Playground

Authorization
Variables
Key
Value

Samples

Powered by VitePress OpenAPI