cURL
curl --request GET \ --url https://api.invaro.ai/api/v1/parse/statements/{job_id} \ --header 'Authorization: Bearer <token>'
{ "success": true, "data": { "job_id": "job_1739261168870934041", "status": "completed", "file_id": "sample_invoice.pdf", "created_at": "2025-02-11T08:19:37Z", "updated_at": "2025-02-11T08:19:53Z", "progress": 45, "results": { "account_info": {}, "transactions": "<array>" } } }
This endpoint allows you to check the status of bank statement processing jobs and retrieve the extracted data once processing is complete.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
ID of the processing job
Job status retrieved successfully
true
Show child attributes
"job_1739261168870934041"
processing
completed
failed
"completed"
"sample_invoice.pdf"
"2025-02-11T08:19:37Z"
"2025-02-11T08:19:53Z"
45