> For the complete documentation index, see [llms.txt](https://instantor.gitbook.io/instantor-api-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://instantor.gitbook.io/instantor-api-docs/report-delivery/report-status-meaning.md).

# Report status definitions

| Status         | Description                                                                                                                                                                                                                                                                                                                                                                                                               |
| -------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ok             | <p>Indicates that the process has finished successfully.<br>When list of accounts and transactions are empty there are 3 possible explanations:</p><ul><li>There are no transactions in requested date interval (3, 6, or 12 months).</li><li>There are no current, or savings accounts linked to customer's online netbanking account.</li><li>Accounts and transactions are omitted in product configuration.</li></ul> |
| process\_error | An error occurred during data collection process, or data processing. Most common cause is communication failure with a bank.                                                                                                                                                                                                                                                                                             |
| invalid\_login | The system could not process the bank using the credentials provided by the customer.                                                                                                                                                                                                                                                                                                                                     |
| abandoned      | Widget was reloaded, or "Choose another bank" button was clicked.                                                                                                                                                                                                                                                                                                                                                         |
| blocked        | Data collection process was blocked because there is a previous process which is still in progress.                                                                                                                                                                                                                                                                                                                       |


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://instantor.gitbook.io/instantor-api-docs/report-delivery/report-status-meaning.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
