GET
/
crawl
/
{jobId}
/
status
Check crawl job status
curl --request GET \
  --url https://api.open.cx/crawl/{jobId}/status \
  --header 'Authorization: Bearer <token>'
{
  "success": true,
  "status": "cancelled"
}

Authorizations

Authorization
string
header
required

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

Path Parameters

jobId
string
required

Response

200
application/json

Crawl job status retrieved successfully.

The response is of type object.