---
title: Activity Monitor
description: Understand how to access the Activity Monitor to view the history and details of calls made to your APIs in the Developer Portal.
documentId: developer-portal-activity-monitor
locale: en-US
---

In **Activity Monitor**, you can view the history of calls with details about each request made to the APIs registered in your Developer Portal.

Monitor and manage API usage for data analysis, gain insight into usage patterns, and make informed decisions.

<a id="_accessing_the_activity_monitor_screen"></a>
## Accessing the Activity Monitor screen

To access the Activity Monitor screen:

<Steps>
  <Step>
    ### Step 1

    In the top right menu of your Developer Portal, click **APIs**.

    ![screen detail with the top right menu](https://creative-ball-51b3fc85c0.media.strapiapp.com/devportal_apis_activity_monitor_b08c642993.png) This screen may vary depending on the customization made for each Developer Portal.
  </Step>
</Steps>

<a id="_call_listing"></a>
## Call Listing

The table with the call history has the following columns:

- **Method**: HTTP method used in the request.
- **URI**: Complete requested address, including resource and parameters (when applicable).
- **Result**: HTTP status code returned.
- **API Name**: API name.
- **Latency**: Call latency in milliseconds.
- **Date of receipt**: Date and time the request was received by the gateway.
- **Actions**: Click the ![icon with a magnifying glass over a sheet of paper](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_view_2_526c72f92c.png) to see call details.

![activity monitor screen](https://creative-ball-51b3fc85c0.media.strapiapp.com/activity_monitor_eaacf6dbf4.png)

<a id="_searching_for_calls"></a>
## Searching for calls

Click the **▾** button, to the left of the **SEARCH** button, to expand and view all search fields.

![search bar with emphasis on the expand button](https://creative-ball-51b3fc85c0.media.strapiapp.com/activity_monitor_advanced_search_81d615e86c.png)

You can search by:

- Gateway
- URL
- App Name
- Method
- HTTP status code returned
- Start date and time: when the request was made.
- End date and time: when the response was received.

No search field is mandatory. Click **SEARCH** without filling out any fields to get the list of all calls.

![search fields](https://creative-ball-51b3fc85c0.media.strapiapp.com/activity_monitor_search_d72a5ad07b.png)

<Callout type="NOTE" title="NOTE">
- Calls are stored for up to 7 days.
Activities performed before this period are not displayed.

- The listing only displays calls for APIs registered by the user viewing the information.
</Callout>

<a id="_call_details"></a>
## Call Details

You can inspect each call to get more details by clicking the ![icon with a magnifying glass over a sheet of paper](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_view_2_526c72f92c.png) in the **Actions** column.

<Callout type="TIP" title="TIP">
For a greater level of detail, add [interceptors](/docs/api-management/interceptors), such as [_Tracing_](/docs/api-management/tracing-interceptors) ones, to your API's flow.
</Callout>

![call details](https://creative-ball-51b3fc85c0.media.strapiapp.com/activity_monitor_request_details_910045b6c3.png)
