crawler

Crawler run file

The Crawler Logs file 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}/{logId}/download

Path parameters

idstring required

Universally unique identifier (UUID) of the crawler.

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

Crawler ID.

logIdstring required

Universally unique identifier (UUID) of the crawler log.

Example:a2ebb507-ef64-4b6b-9d84-ef66baaa7a80

Crawler log ID.

Response

Get Crawler File Response.

filestring required

Changes

Changed in 2 of the 49 revisions of this API.22

  • 325114b735f421See the full diff
    • removed the required property logs from the response with the 200 status

      response-required-property-removed

    • removed the required property meta from the response with the 200 status

      response-required-property-removed

    • added the required property file to the response with the 200 status

      response-required-property-added

    • endpoint added

      endpoint-added