Skip to main content
GET
List Crawl History
Use this endpoint to browse all the crawl jobs your account has submitted. Each record shows the base URL, how many pages were crawled, the current job status, and how many credits were consumed. This is useful for building dashboards, auditing your usage, or picking up a job ID you want to work with in a follow-up request.

Pagination

The response is paginated. Use the page and limit query parameters to navigate through your history.

Response Fields

Example Response

To get the full extracted data for a completed job, call GET /crawl//pages using the id from this response.

Authorizations

Authorization
string
header
required

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

Query Parameters

page
integer
default:1
Required range: x >= 1
limit
integer
default:10
Required range: 1 <= x <= 100

Response

Paginated list of crawl jobs

jobs
object[]
total
integer
page
integer
totalPages
integer