> For the complete documentation index, see [llms.txt](https://docs.apono.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.apono.io/docs/access-requests-and-approvals/slack/reviewing-historical-requests-with-slack.md).

# Reviewing historical requests with Slack

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

The **History** section in the Apono Slack app shows the **10 most recent** 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/brQRa5CKNxCjcyYylGHa" alt="" width="563"><figcaption><p>Apono Slack app History</p></figcaption></figure>

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

1. In the Apono Slack app, click **Home > My Tasks > History**. A list of the most recent requests you have approved or rejected appears.
2. Review the pending request.

   <div data-gb-custom-block data-tag="hint" data-style="info" class="hint hint-info"><p>Each request contains the following information:</p><ul><li>Request <strong>ID</strong></li><li><strong>Requestor</strong> who made the request</li><li><strong>Integrations</strong> containing the resources to be accessed</li><li><strong>Resource Types</strong> to be accessed</li><li><strong>Requested Duration</strong></li><li><strong>Justification</strong> for requesting access</li><li>Current <strong>Status</strong> of the request.</li></ul></div>
3. Click **More Details** to view the full request message on the **Messages** tab.
4. To view more than the last 10 requests, click **See more tasks**. The **History** tab in the Web Portal opens.


---

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