Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 804 Bytes

File metadata and controls

30 lines (18 loc) · 804 Bytes

Crawl

Properties

Name Type Description Notes
id String Unique crawl identifier
projectId String Project identifier
status StatusEnum Crawl status
startedAt OffsetDateTime Crawl start timestamp
completedAt OffsetDateTime Crawl completion timestamp [optional]
pagesCrawled Integer Number of pages crawled [optional]
errorMessage String Error message if crawl failed [optional]

Enum: StatusEnum

Name Value
PENDING "pending"
IN_PROGRESS "in_progress"
COMPLETED "completed"
FAILED "failed"