---
title: API Status
description: Understand how to access API Status to view the availability and performance of your APIs in the Developer Portal.
documentId: developer-portal-api-status
locale: en-US
---

With API Status, you can check key information about the availability of your API resources in your Developer Portal.

<Callout type="NOTE" title="NOTE">
This feature is only available for Sensedia gateways.
</Callout>

![API Status Screen](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_status_601e0fc9fc.png)

<a id="_accessing_your_api_information"></a>
## Accessing your API information

Follow these steps to view your API information.

<Steps>
  <Step>
    ### Step 1

    Log in to your Developer Portal and click on the top right menu [APIs > Status]. You can also use the direct link:  
    `https://{your-portal}/status`

    ![API Status screen detail with menu highlighted](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_status_menu_ce09fe08c3.png)
  </Step>
  <Step>
    ### Step 2

    Select a Gateway.

    ![API Status screen detail with Gateway highlighted](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_status_gateway_852dfd555b.png)
  </Step>
  <Step>
    ### Step 3

    Click the ![magnifying glass icon over a paper representing the view action](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_view_red_1f4e2f39c1.png) icon in the **ACTIONS** column for the desired API. See also the [description of each column](#table-details).
  </Step>
  <Step>
    ### Step 4

    The selected API's information will be displayed on the screen. See the [description of the fields](#modal-details) displayed.
  </Step>
</Steps>

<Callout type="NOTE" title="NOTE">
You need to be logged in to access API Status.
</Callout>

<a id="table-details"></a>
<a id="_table_details"></a>
## Table Details

The API Status screen displays a table with the following columns:

- **Method**: HTTP method used in the call (e.g., GET, POST, PUT, DELETE).
- **Operation description**: Description of the operation.
- **Calls**: Number of calls made.
- **API**: API name.
- **Actions**: Actions available for the selected API.
  - ![magnifying glass icon over a paper representing the view action](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_view_red_1f4e2f39c1.png) Displays details about the selected API.

<a id="modal-details"></a>
<a id="_api_availability_modal_screen_details"></a>
## API Availability modal screen details

![API Availability modal screen](https://creative-ball-51b3fc85c0.media.strapiapp.com/api_status_api_availability_d839d8588a.png)

The **API Availability** modal screen displays the following information:

**API in last hour**

- **(icon)**: API availability indicator:
  - ![green](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_available_864a1b0c46.png)  Availability greater than 90%
  - ![red](https://creative-ball-51b3fc85c0.media.strapiapp.com/icon_unavailable_91339fbeac.png)  Availability less than 89%
- **Method**: HTTP method used in the call (e.g., GET, POST, PUT, DELETE).
- **Operation description**: Description of the operation.
- **Availability (%)**: API availability percentage.
- **Response time (ms)**: Average API response time in milliseconds.

**API Status - History**

- **Period**: Time period during which the API was monitored:
  - **Last day**: Last day
  - **Last week**: Last week
  - **Last month**: Last month
- **Availability (%)**: API availability percentage.
- **Response time (ms)**: Average API response time in milliseconds.
