> ## Documentation Index
> Fetch the complete documentation index at: https://docs.biconomy.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Tracking Workflow Execution

In order to keep track of the execution status of a particular workflow, two methods can be used:

### 1. Direct the user to MEE Explorer

Simply generate a link with an appended Supertx hash (received from `quote` and `execute` endpoints)

```
https://meescan.biconomy.io/details/{stx_hash}
```

### 2. Track the execution with an API request

Call the following endpoint while providing the `X-API-Key` header

```
https://network.biconomy.io/v1/explorer/{stx-hash}
```
