Skip to main content
POST
/
api
/
connect
/
crawling
{
  "id": "<string>",
  "graphite_project_id": "<string>",
  "url": "<string>",
  "status": "idle",
  "created_at": "<string>",
  "updated_at": "<string>",
  "completed_at": "<string>",
  "completed_pages": 123,
  "error_message": "<string>",
  "total_pages": 123,
  "tenant_id": "<string>"
}

Body

application/json
url
string
required
limit
number
required
excludePaths
string[]
required
includePaths
string[]
required

Response

200 - application/json

Default Response

id
string
required
graphite_project_id
string
required
url
string
required
status
enum<string>
required
Available options:
idle,
cancelled,
completed,
failed,
scraping
created_at
string
required
updated_at
string
required
completed_at
string | null
required
completed_pages
number | null
required
error_message
string | null
required
total_pages
number | null
required
tenant_id
string
required