v49

latestOpenAPI 3.0.2raw.githubusercontent.com2026-02-0620117129.6 KB
crawler

List crawler runs

The Crawler Logs feature lets you monitor and debug your crawler’s activity by recording detailed logs for each crawl run. Logs are useful for troubleshooting crawl issues, verifying site coverage, and monitoring crawler performance over time.

get/1/crawlers/{id}/crawl_runs

Path parameters

idstring required

Universally unique identifier (UUID) of the crawler.

Example:e0f6db8a-24f5-4092-83a4-1b2c6cb6d809

Crawler ID.

Query parameters

fromstring

Unix string 'from' date.

Date 'from' filter.

untilstring

Unix string 'until' date.

Date 'until' filter.

status'DONE' | 'SKIPPED' | 'FAILED'

Crawled URL status.

For more information, see Troubleshooting by crawl status.

Status to filter 'DONE', 'SKIPPED' or 'FAILED'.

limitinteger

Limit of the query results.

Example:10

Limit of the query results.

offsetinteger

Offset of the query results.

Example:11

Offset of the query results.

order'ASC' | 'DESC'

Order of the query.

Order of the query 'ASC' or 'DESC'.

Response

List Response of Crawler Logs.