Skip to main content
GET
List Crawls

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

status
enum<string>
required

Filter crawls by their status

Available options:
queued,
running,
succeeded,
failed,
canceled
Example:

"pending"

cursor
null | string

Cursor for pagination

limit
integer

Number of crawls to return per page

Required range: 1 <= x <= 9007199254740991
Example:

10

Response

Successful Response - List of Crawl Tasks

data
object[]
required

Array of crawl tasks

pagination
object
required

Pagination information