# Reviewing historical requests with Backstage

If you're responsible for approving access requests, visibility into your past decisions is essential for accountability and compliance.

The **History** tab in Backstage shows all of the access requests you have handled. This enables you to audit your own decision history and streamline follow-up actions.

From this tab, you can:

* Review details of previously handled access requests
* Understand request context, justification, and duration
* Track trends in the access requests you have handled

{% hint style="success" %}
If you need to audit requests across your entire organization, you should use the **Activity** and **Reports** pages in the Admin UI. Read the [Activity Overview](/docs/audits-and-reports/activity-overview.md) to learn more.
{% endhint %}

***

### Review handled requests

<figure><img src="/files/m1mkQQQfMB0wZsfF3NBq" alt=""><figcaption><p>History tab and request details panel</p></figcaption></figure>

Follow these steps to review access requests you have approved or rejected:

1. On the **My Tasks** page, click the **History** tab. A list of all requests you have approved or rejected appears.
2. (Optional) From the **Status** dropdown menu, select one or several request statuses to filter the list of access requests.
3. Click the row of an access request. The request details panel opens.
4. Under **Access to**, click **View access units**. The resources and permissions of the request are displayed.
5. Click **X** to close the panel.

<br>


---

# 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.apono.io/docs/access-requests-and-approvals/backstage/reviewing-historical-requests-with-the-web-portal.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.
