---
title: "List the applications"
method: GET
path: "/applications"
tags: ["Application"]
---

# List the applications

`GET /applications`

List a page of applications by filter.

## Query parameters

- `page` integer
- `limit` integer
- `name` string
- `detectionProtocol` 'HTTP' | 'HTTPS' — The protocol of detection rule
- `detectionType` 'HOST_NAME' | 'SERVER_IP_ADDRESS' | 'PORT_NUMBER' — The type of detection rule
- `predefined` boolean
- `sortField` 'NAME' | 'CATEGORY'
- `order` 'ASC' | 'DESC' — Sort Order

## Response `200`

OK

- PagedXiqApplication
  - `page` integer, required — The current page number
  - `count` integer, required — The element count of the current page
  - `total_pages` integer, required — The total page number based on request page size
  - `total_count` integer, required — The total element count
  - `data` XiqApplication[] — The data in the current page
    - `id` integer, required — The unique identifier
    - `create_time` string, date-time, required — The create time in UTC (ISO 8601 format)
    - `update_time` string, date-time, required — The last update time in UTC (ISO 8601 format)
    - `org_id` integer — The organization identifier, valid when enabling HIQ feature
    - `name` string — The application name
    - `description` string — The application description
    - `predefined` boolean — Flag to describle whether the application is predefined or customized
    - `category_id` integer — The category ID of application
    - `category_name` string — The category name of application
    - `detection_rules` XiqApplicationDetectionRule[] — The application detection rules
      - `value` string — The value of detection rule type
      - `protocol` 'HTTP' | 'HTTPS' — The protocol of detection rule
      - `type` 'HOST_NAME' | 'SERVER_IP_ADDRESS' | 'PORT_NUMBER' — The type of detection rule

---

[API](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api.md) · [All operations](https://skmtc.net/extremecloudiq/apis/extremecloud-iq-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/extremecloudiq/extremecloud-iq-api/versions/5ff7ab84e8e8/schema)
