Skip to main content
cloudflare.getCrawl retrieves one crawl’s status and current page of records.
automations/get-cloudflare-crawl.automation.ts

Inputs

accountId and jobId are required. limit controls page size and defaults to 50, cursor defaults to 0 and continues pagination, and status filters records to queued, errored, completed, disallowed, skipped, or cancelled. cacheTtl defaults to 5 seconds.

Output

Returns the job ID and status, browser seconds used, totals, optional numeric next cursor, and records. Cloudflare may encode the response cursor as a number or numeric string; Automate.ax normalizes both forms to a number you can pass back as cursor. Each record contains its URL and status plus available HTML, Markdown, JSON, and fetch metadata.