🚀 Welcome! Spot an issue or have feedback? Let us know.
curl --location -g --request GET 'https://api.parseur.com/document/{{DOCUMENT_ID}}/log_set?page&page_size&search&ordering' \
--header 'Authorization;'
{
"count": 3,
"current": 1,
"total": 1,
"results": [
{
"id": 2155,
"created": "2025-08-06T11:59:56.422755Z",
"code": "PARSEDOK",
"document": 123456789,
"document_name": "invoice_3.pdf",
"parser": 54101,
"parser_name": "API Test Mailbox",
"template": null,
"template_name": null,
"status": "SUCCESS",
"source": "DOCUMENT",
"payload": "..Log payload removed for brevity...",
"message": "Processed with AI. (4 credits used), here is the final result:"
},
{
"id": 2153,
"created": "2025-08-06T11:59:04.743875Z",
"code": "INCOMING",
"document": 123456789,
"document_name": "invoice_3.pdf",
"parser": 54101,
"parser_name": "API Test Mailbox",
"template": null,
"template_name": null,
"status": "INFO",
"source": "DOCUMENT",
"payload": null,
"message": "Received"
}
]
}