Skip to main content
GET

Authorizations

x-api-key
string
header
required

Path Parameters

jobId
string
required

The crawl job ID

Query Parameters

skip
number
Required range: x >= 0

Response

Successfully retrieved crawl status

status
enum<string>
required

The status of the crawl job

Available options:
scraping,
completed,
failed,
cancelled
Example:

"completed"

pages
object[]

List of pages that were crawled (only present when status is completed)

next
string

URL for fetching the next page of results

Example:

"https://api.supadata.ai/v1/crawl/123e4567-e89b-12d3-a456-426614174000?skip=1"