View activity details
Returns full details of a specific extraction request, including the extracted data.
Authorization
ApiKeyAuth x-api-key<token>
Your ParserBee API key. Generate one from Settings in your dashboard. The key starts with pk_.
In: header
Path Parameters
id*string
The activity/request ID
Response Body
application/json
application/json
application/json
application/json
curl -X GET "https://example.com/api/v1/activity/abc123def456"{ "id": "abc123def456", "status": "success", "file_name": "invoice.pdf", "file_type": "application/pdf", "file_size": 204800, "template": "tpl_xyz789", "processing_time_ms": 2400, "extracted_data": { "invoice_number": "INV-2026-001", "total_amount": 1500, "vendor_name": "Acme Corp" }, "api_key_used": "****pk_x", "created": "2019-08-24T14:15:22Z", "updated": "2019-08-24T14:15:22Z"}{ "error": "string", "code": "string"}{ "error": "string", "code": "string"}{ "error": "string", "code": "string"}