cURL
curl --request GET \ --url https://api.spidra.io/api/scrape-logs/{uuid} \ --header 'x-api-key: <api-key>'
{ "status": "success", "data": { "uuid": "log-uuid-1", "status": "success", "started_at": "2025-06-07T15:00:00Z", "finished_at": "2025-06-07T15:00:05Z", "urls": [ { "url": "https://example.com" } ], "extraction_prompt": "Get the main content", "tokens_used": 1500, "result_data": { "title": "Example Domain", "content": "This domain is for examples." } } }
Get full details for a specific scrape log
result_data
UUID of the scrape log
Full scrape log details
success
Full scrape log details including result data
Show child attributes
Was this page helpful?