> For the complete documentation index, see [llms.txt](https://docs.amove.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.amove.io/activity/how-to-view-your-activities-report.md).

# How to View Your Activities Report

Amove maintains a log of upload and download activities that have occurred on cloud drives or backup instances and the users can view this activity report anytime at their convenience.\
In this documentation, we will explore the steps to:

* Navigate to Activity Report
* Activity Report Details

Let's get started 🚀

#### Navigate to Activity Report

Step 1: Sign In to your Amove account and you will be navigated to the main dashboard.

<figure><img src="/files/9Wcl1b7xzkfMCb5h2nGI" alt=""><figcaption></figcaption></figure>

\
Step 2: Click on Account from the sidebar menu on the left side.

<figure><img src="/files/TAq8cr4W8jKfaQMBBnTg" alt=""><figcaption></figcaption></figure>

\
Click on Activity button. This will redirect you to the Activity Report Interface.

<figure><img src="/files/Qapg0Q1384MM5RL8iT6q" alt=""><figcaption></figcaption></figure>

#### Activity Report Details

On the Activity Report Interface, you will see a log of activities that occurred on cloud drives or backup instances. Click on the down caret against the activity to see its details.<br>

<figure><img src="/files/1DXPgZY1jBqr7Av4n0Gm" alt=""><figcaption></figcaption></figure>

\
Upon clicking the down caret, a list of activity details will open which are explained in the table below:

| Field           | Description                                                                                                                                                                                 |
| --------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| File path       | The path of the object/file that has been transferred.                                                                                                                                      |
| Upload/Download | Shows the type of activity that can be Uploaded or Downloaded. An upload activity is represented with an upward arrow (⬆) and a download activity is represented with a downward arrow (⬇). |
| Size            | The file size (in Bytes) that has been transferred.                                                                                                                                         |
| Status          | The status of the activity that can be Failed or Completed.                                                                                                                                 |
| Progress        | A progress bar to show the activity progress. It is represented in green color if an activity has been completed successfully.                                                              |

Clear Activities

You can clear your all activities by clicking on the clear activity button.

<figure><img src="/files/FVeT0DCXZaRirZrjIvt0" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/FhzXfJhCaCzOHSjc9v8z" alt=""><figcaption></figcaption></figure>


---

# 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.amove.io/activity/how-to-view-your-activities-report.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.
