---
title: "Get List of Applications"
method: GET
path: "/api/cmp/v1/applications"
tags: ["Applications"]
---

# Get List of Applications

`GET /api/cmp/v1/applications`

Use this API to retrieve a paginated list of applications. The search parameter can be used to optionally filter results by name.

## Query parameters

- `searchStr` string
- `sortBy` 'name' | 'os'
- `direction` 'asc' | 'desc'
- `page` integer
- `size` integer

## Response `200`

OK

- PageApplicationListPublicDto
  - `totalPages` integer
  - `totalElements` integer
  - `size` integer
  - `content` ApplicationListPublicDto[]
    - `id` string, uuid — Unique identifier of the application
    - `name` string — Name of the application
    - `os` 'IOS' | 'ANDROID' | 'APPLETV' | 'ANDROIDTV' | 'FIRETV' | 'ROKU' | 'SAMSUNGTV' | 'LGTV' | 'VIZIOTV' | 'HBBTV' | 'PANASONICTV' | 'PS5' | 'YOUVIEW' — Operating system type
    - `status` 'PENDING' | 'PROGRESS' | 'COMPLETED' | 'FAILED' | 'INTERRUPTED' — Current scan status of the application
    - `publishStatus` 'DRAFT' | 'PUBLISHED' | 'PUBLISHING' | 'FAILED' | 'WAITING' — Publish status of the application
    - `consentPolicyId` string, uuid — Consent policy ID assigned to this application
    - `consentPolicyName` string — Name of the assigned consent policy
    - `consentPolicyAssignDate` string, date-time — Date when consent policy was assigned
    - `orgId` string — Organization ID that owns this application
    - `orgName` string — Organization name
    - `scriptVersion` string — Script version
    - `createdDate` string, date-time — Date when the application was created
    - `modifiedDate` string, date-time — Date when the application was last modified
    - `publishedDate` string, date-time — Date when the application was last published
  - `number` integer
  - `sort` SortObject
    - `empty` boolean
    - `sorted` boolean
    - `unsorted` boolean
  - `pageable` PageableObject
    - `offset` integer
    - `sort` SortObject
      - `empty` boolean
      - `sorted` boolean
      - `unsorted` boolean
    - `pageNumber` integer
    - `pageSize` integer
    - `paged` boolean
    - `unpaged` boolean
  - `first` boolean
  - `last` boolean
  - `numberOfElements` integer
  - `empty` boolean

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `429` — Too Many Requests. For more information, see [API Rate Limits](https://developer.onetrust.com/onetrust/reference/rate-limits-overview).
- `500` — Internal Server Error

---

[API](https://skmtc.net/onetrust/apis/platform-access-management.md) · [All operations](https://skmtc.net/onetrust/apis/platform-access-management/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/onetrust/platform-access-management/versions/21de3aa0b170/schema)
