Skip to main content
GET
Get crawler job page

Overview

Returns a single scraped page plus the stored markdown and HTML payload when available.

Useful For

  • Page preview screens
  • Content export pipelines
  • KB import review
  • Debugging page-specific scrape output
This endpoint is page-focused. Use the job endpoints for overall crawl status and pagination.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

workspaceId
string
required
jobId
string
required
pageId
string
required

Response

Successful response

success
boolean
required
message
string
required
data
object
required