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

# API Call History

> Track and manage API requests with a clear, editable history view in the API Client.

The API Call History feature allows users to track and manage all requests triggered from the API Client. The most recent request is displayed at the top of the history panel, providing a clear chronological view of interactions.

<Warning>
  History is stored locally and is not synced to the cloud.
</Warning>

### Viewing API Call History

All API calls made from the client are listed in the left sidebar. Each entry can be clicked to load the request details back into the API Client. This enables users to quickly replay a request after editing some fields.

<img src="https://mintcdn.com/requestly/qjoPMMH7xQ-WaHDj/images/replay-request-from-history/f708edc8-da2e-4fdb-970c-31643c7c76d0.png?fit=max&auto=format&n=qjoPMMH7xQ-WaHDj&q=85&s=f2c17d67db11384ab666a2e3b4d59ce5" align="center" fullwidth="false" width="2400" height="1348" data-path="images/replay-request-from-history/f708edc8-da2e-4fdb-970c-31643c7c76d0.png" />

<Warning>
  Cached responses are session-only. If you refresh the page, all response data is cleared and requests must be re-sent to see their responses again.
</Warning>

Additionally, the response for any request made during the current session is cached and can be revisited without making a new call, provided the page has not been refreshed.

<img src="https://mintcdn.com/requestly/qjoPMMH7xQ-WaHDj/images/replay-request-from-history/aa41d107-1019-4432-833b-7988e889b32b.png?fit=max&auto=format&n=qjoPMMH7xQ-WaHDj&q=85&s=e0ab8f6fdc9476a2f25ccc1d3be6aa7d" align="center" fullwidth="false" width="2400" height="1418" data-path="images/replay-request-from-history/aa41d107-1019-4432-833b-7988e889b32b.png" />

### Clearing History

Click the "Clear History" button located at the top of the history sidebar. This will permanently remove all recorded requests.

<img src="https://mintcdn.com/requestly/qjoPMMH7xQ-WaHDj/images/replay-request-from-history/288129ca-1d03-4b29-94d0-114d18d01aa0.png?fit=max&auto=format&n=qjoPMMH7xQ-WaHDj&q=85&s=32bfce10f76d7b75cee6720470f13440" align="center" fullwidth="false" width="2400" height="1380" data-path="images/replay-request-from-history/288129ca-1d03-4b29-94d0-114d18d01aa0.png" />

## What's Next?

<CardGroup cols={3}>
  <Card title="Save to Collections" icon="folder" href="/api-client/api-collections">
    Permanently save frequently used requests in collections
  </Card>

  <Card title="Use Variables" icon="brackets-curly" href="/api-client/environments-and-variables">
    Make requests reusable across different environments
  </Card>

  <Card title="Add Authorization" icon="shield" href="/api-client/send-api-request/authorization">
    Configure authentication for your API requests
  </Card>
</CardGroup>
