Get Analysis Result
Bank Statement Analysis
Get Analysis Result
Poll the status and result of a submitted analysis job.
GET
Get Analysis Result
Returns the current status of an analysis job previously created viaDocumentation Index
Fetch the complete documentation index at: https://docs.manka.tz/llms.txt
Use this file to discover all available pages before exploring further.
POST /analysis.
Task records expire 24 hours after creation. A
404 response means the task ID is unknown or has expired.Path parameters
The
task_id returned by POST /analysis.Response
One of
processing, completed, or failed.Echo of the task identifier.
Present when
status is completed. Contains the full analysis output.Present when
status is failed. Human-readable reason the analysis could not be completed.Status values
| Value | Meaning |
|---|---|
processing | Analysis is in progress — keep polling |
completed | Analysis finished; result contains the full output |
failed | Analysis could not be completed; error contains the reason |
Error responses
| Status | Reason |
|---|---|
401 | Missing or invalid API token |
404 | Task not found or expired |

