Skip to main content
GET
Get Scrape Log Details
This endpoint returns everything about a single scrape operation. Unlike the list endpoint, it includes the result_data field containing the full extracted content. Use this when you need to inspect or retrieve the output of a specific scrape job.

Example Request

Response Fields

Example Response

The list endpoint (GET /scrape-logs) excludes result_data to keep responses fast when you are loading many records. Always use this single-record endpoint when you need the actual scraped content.

Authorizations

Authorization
string
header
required

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

Path Parameters

uuid
string
required

UUID of the scrape log

Response

Full scrape log details

status
enum<string>
Available options:
success
data
object

Full scrape log details including result data