# Transaction details

The details of any async batch operation can be seen here. The header shows the same information seen in the Transactions History summary table.

![](/files/PlvOQoysBhY30w3FHBt8)

Basic table features&#x20;

* Search: for a specific SIM by entering the EID/ ICCID of the SIM&#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

The Transactions detail summary table is explained below.

|            |                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    |
| ---------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| ICCID      | The connectivity profile’s identifier.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                             |
| EID        | The SIM card identifier                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            |
| Message    | Explains the status of the current transaction and the reason for it                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               |
| Status     | <p>Indicates whether the transaction triggered was:</p><p></p><ul><li>FAILED - transaction failed due to some errors (e.g. another transaction for the same SIM was triggered earlier) </li><li>SUCCESS - transaction was successfully executed </li><li>IN\_PROGRESS - the platform is currently processing the transaction and it is queued for execution </li><li>PENDING - transaction was sent to connectivity provider systems and is awaiting a response of execution </li><li>WARNING - transaction could cause permanent change </li><li>REJECTED - transaction was rejected (e.g. due to wrong format of request) </li><li>INVALID - transaction requested was invalid (e.g. due to wrong data variables) </li><li>EXPIRED - transaction expired due to timeout or other reasons </li><li>CANCELED - transaction was cancelled</li></ul> |
| Created at | The timestamp when the transaction was triggered.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  |
| Updated at | The timestamp when the transaction was updated by the platform due to an update from the Connectivity provider platforms.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          |


---

# Agent Instructions: 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://docs.connectedyou.io/knowledge-base/connectedyou-platform/user-guide/transaction-history/transaction-details.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.
