cURL
curl --request GET \ --url https://eu-gcp-api.vg-stuff.com/v3/workspaces/{workspaceId}/crawler/jobs/{jobId}/pages \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "<string>", "data": { "pages": [ { "id": "<string>", "url": "<string>", "urlHash": "<string>", "title": "<string>", "description": "<string>", "scrapedAt": 123, "imageUrl": "<string>", "userId": "<string>", "mdCharCount": 123, "htmlCharCount": 123, "failed": true } ], "total": 123, "page": 123, "pageSize": 123 } }
Lists scraped page summaries for a crawler job using the V3 API.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
x >= 1
1 <= x <= 100
Successful response
Show child attributes