Skip to content

Latest commit

 

History

History
15 lines (12 loc) · 668 Bytes

File metadata and controls

15 lines (12 loc) · 668 Bytes

# Crawl

Properties

Name Type Description Notes
id string Unique crawl identifier
project_id string Project identifier
status string Crawl status
started_at \DateTime Crawl start timestamp
completed_at \DateTime Crawl completion timestamp [optional]
pages_crawled int Number of pages crawled [optional]
error_message string Error message if crawl failed [optional]

[Back to Model list] [Back to API list] [Back to README]