cURL
curl --request GET \ --url https://gateway.webit.live/v1/crawl/{id}
{ "status": true, "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "account_name": "<string>", "total": 123, "completed": 123, "created_at": "<string>", "tasks": [ { "id": "3c90c3cc-0d44-4b50-8888-8dd25736052a", "url": "<string>" } ], "name": "<string>", "completed_at": "<string>" }
The unique identifier of the crawl task.
"123e4567-e89b-12d3-a456-426614174000"
Successful Response
Show child attributes
Was this page helpful?