---
title: "Get applications accessed in a site"
method: GET
path: "/network-monitoring/v1/applications"
tags: ["Application Visibility"]
---

# Get applications accessed in a site

`GET /network-monitoring/v1/applications`

This API endpoint retrieves applications accessed in a site by all clients or by a specific client.

## Query parameters

- `site-id` string, const, required
- `client-id` string, const
- `start-at` string, date-time, required
- `end-at` string, date-time, required
- `limit` integer, required — The maximum number of items to return per page.
- `next` string
- `offset` integer
- `filter` string, const
- `sort` string, const

## Response `200`

Successful operation.

- ApplicationsResponse — List of applications and websites.
  - `items` ApplicationItems[], required
    - `type` string, const, required — Resource type.
    - `id` string, const, required — The unique identifier of the application or website.
    - `name` string, const — The name of the application or website.
    - `categories` string[] — List of categories that application belong to.
    - `experience` object — The experience of the application or website across the clients.
    - `risk` string, const — The security risk of the application.
    - `txBytes` integer — Transmitted bytes.
    - `rxBytes` integer — Received bytes.
    - `state` string, const — String representing whether the application was allowed or blocked.
    - `lastUsedTime` string, const — The last used timestamp of the application or website.
    - `tlsVersion` string, const — The TLS server version.
    - `certificateExpiryDate` string, const — Date of Expiry of the certificate.
    - `applicationHostType` string, const — Host type of the application.
    - `destLocation` object[] — Locations where the application or website is hosted.
  - `next` string, required — Specifies the pagination cursor for the next page of resources.
  - `offset` integer
  - `count` integer, required — Number of items in the response.
  - `total` integer, required — Total count of items that meet the API request parameters.

## Other responses

- `400` — Invalid input received.
- `401` — Unauthorized. Authentication credentials are required or invalid.
- `403` — Forbidden: Access is denied.
- `404` — Not Found error.
- `429` — Too Many Requests. The user has sent too many requests in a given amount of time.
- `500` — Internal Server Error. An unexpected error occurred on the server.
- `503` — Service unavailable.

---

[API](https://skmtc.net/arubanetworks/apis/authorization.md) · [All operations](https://skmtc.net/arubanetworks/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/arubanetworks/authorization/revisions/74c95058b11f/schema)
