ParserBee

View recent activity

GET
/api/v1/activity

Returns the last 10 document extraction requests, ordered by most recent first.

Authorization

ApiKeyAuth
x-api-key<token>

Your ParserBee API key. Generate one from Settings in your dashboard. The key starts with pk_.

In: header

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/activity"
{  "items": [    {      "id": "abc123def456",      "status": "success",      "file_name": "invoice.pdf",      "file_type": "application/pdf",      "file_size": 204800,      "template": "tpl_xyz789",      "processing_time_ms": 2400,      "created": "2019-08-24T14:15:22Z"    }  ],  "total": 10}
{  "error": "string",  "code": "string"}
{  "error": "string",  "code": "string"}