Skip to main content

Schedule and extractor to run at a specific time

Schedule and extractor to run at a specific time

Request Body required

Request body with the schema defined on the left. Interval is a cron string.

  • extractorId string
  • startTimestamp int64
  • interval string
Responses

Crawl run schedule


Schema
  • extractorId string
  • startTimestamp int64
  • nextRunAt int64
  • ownerId string
  • interval string
  • intervalData object
  • type string
  • time string
  • minutes string
Loading...