cURL
curl --request GET \ --url https://api.kadoa.com/v4/crawl/{sessionId}/status \ --header 'x-api-key: <api-key>'
{ "payload": {}, "sessionId": "<string>", "error": "<string>" }
Fetches the current status of a specified crawling session using the session ID.
API key for authentication
Unique ID of the crawling session
Crawling session status retrieved successfully
The response is of type object.
object