Skip to main content
GET
/
v1
/
crawl
/
{id}
Get crawl data
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>"
}

Path Parameters

id
string<uuid>
required

The unique identifier of the crawl task.

Example:

"123e4567-e89b-12d3-a456-426614174000"

Response

Successful Response

status
boolean
required
id
string<uuid>
required
account_name
string
required
total
number
required
completed
number
required
created_at
string
required
tasks
object[]
required
name
string
completed_at
string