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>
default:all

Filter crawls by their status.

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

"queued"

cursor
string | null

Cursor for pagination.

limit
integer
default:100

Number of crawls to return per page.

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

10

Response

200 - application/json

Successful Response - List of Crawl Tasks

Successful get crawl response

data
object[]
required
pagination
object
required