---
title: "List all applications"
method: GET
path: "/api/v1/application"
tags: ["Applications (IOS/Android)"]
---

# List all applications

`GET /api/v1/application`

Get a paginated, optionally filtered/sorted list of all non-banned applications.

## Query parameters

- `orderBy` 'name' | 'created_at' | 'updated_at'
- `orderDirection` 'asc' | 'desc'
- `store` 'IOS' | 'ANDROID' | 'PWA' | 'APK'
- `search_by_name` string, nullable
- `page` integer
- `size` integer

## Response `200`

Successful Response

- PageFullApplicationDTO
  - `items` FullApplicationDTO[], required
    - `id` string, uuid, required
    - `name` string, nullable
    - `description` string, nullable
    - `genre` string, nullable
    - `store` 'IOS' | 'ANDROID' | 'PWA' | 'APK', required
    - `idOnMarket` string, nullable
    - `geoList` string[]
    - `version` string, required
    - `icon` string, nullable
    - `team` string, nullable
    - `screenshot` string, nullable
    - `createdAt` string, date-time, required
    - `updatedAt` string, date-time, nullable
  - `total` integer, required
  - `page` integer, required
  - `size` integer, required
  - `pages` integer, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/pwapps/apis/curie-api.md) · [All operations](https://skmtc.dev/pwapps/apis/curie-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pwapps/curie-api/revisions/b0af9064dfef/schema)
