GET
/
v4
/
crawl
/
{sessionId}
/
status
Retrieve the status of a crawling session
curl --request GET \
  --url https://api.kadoa.com/v4/crawl/{sessionId}/status \
  --header 'x-api-key: <api-key>'
{
  "payload": {},
  "sessionId": "<string>",
  "error": "<string>"
}

Authorizations

x-api-key
string
header
required

API key for authentication

Headers

x-api-key
string
required

API key for authentication

Path Parameters

sessionId
string
required

Unique ID of the crawling session

Response

Crawling session status retrieved successfully

payload
object

Details about the crawling session status

sessionId
string

ID of the crawling session

error
string | null

Null if no error occurred