> For the complete documentation index, see [llms.txt](https://docs.connectedyou.io/knowledge-base/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/transaction-history.md).

# Transaction History

Under the Transactions History menu, the user can see all asynchronous transaction requests made by any user in the account (by UI or API).

![](/files/8a9IcSyOgMiljFwCi3V0)

Basic table features&#x20;

* Search: for a specific SIM by entering the EID/ ICCID of the SIM or name of the operation or user email ID who initiated the operation&#x20;
* Filtering/Sorting: the table allows filtering/sorting where applicable and resetting of the filters&#x20;
* Column selection: select the columns to be displayed&#x20;
* Pagination: select how many rows of data (bulk transactions) should be displayed & navigate multiple pages of history

The Transaction History table is explained below.

| Item                    | Explanation                                                                                                                                                                                                                                                                                                                                                                    |
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| Name                    | <p>Type of action triggered by a user (e.g. change billing status, Change Bill plan, Enable profile, etc.).</p><p></p><p>The user can click the name to view details of the operation</p>                                                                                                                                                                                      |
| Created at              | The timestamp when the user triggered the Operation                                                                                                                                                                                                                                                                                                                            |
| Updated at              | The timestamp when the Operation Status was updated by the platform                                                                                                                                                                                                                                                                                                            |
| Description             | Explains the type of action triggered by a user                                                                                                                                                                                                                                                                                                                                |
| Status                  | <p>Indicates whether the Operation triggered was: </p><ul><li>COMPLETED - a resolution has been met for all transactions in the Bulk Operation </li><li>FAILED - the bulk operation failed due to some errors </li><li>IN\_PROGRESS - some of the transactions in the Bulk Operation are still in progress </li><li>CANCELED - the bulk operation has been cancelled</li></ul> |
| Transactions statistics | Statistics of the operation summarised by - Total Tasks, Succeeded, Remaining, Failed, Invalid, Rejected                                                                                                                                                                                                                                                                       |


---

# 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, and the optional `goal` query parameter:

```
GET https://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/transaction-history.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
