> For the complete documentation index, see [llms.txt](https://docs.nxtfi.org/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.nxtfi.org/api-reference/storage-tracking-timestamp-block-info.md).

# Storage tracking timestamp block info

Retrieve detailed tracking information about the block that stores, modifies, or deletes a file in the storage.

## Get the hash value of the block that has interacted with the storage system.

<mark style="color:blue;">`GET`</mark> `https://test-001-node.cloud.nxtfi.org/v2 /<scope>/_trace/<dirname>/<filename>/<timestamp>`

#### Query Parameters

| Name                                        | Type   | Description                                                  |
| ------------------------------------------- | ------ | ------------------------------------------------------------ |
| scope<mark style="color:red;">\*</mark>     | String | scope were to query track                                    |
| dirname                                     | String | optional in case the file was stored nested into a directory |
| filename<mark style="color:red;">\*</mark>  | String | filename from which to receive track information             |
| timestamp<mark style="color:red;">\*</mark> | String | timestamp from the traced interaction                        |

### Another available endpoint&#x20;

<mark style="color:blue;">`GET`</mark> `https://test-001-node.cloud.nxtfi.org/v2/_trace/<scope>/<dirname>/<filename>/<timestamp>`
