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

# List applications

`GET /applications`

## Query parameters

- `key` string
- `name` string
- `status` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- HttpapiApplicationListResponse
  - `data` HttpapiApplicationResponse[]
    - `artifact_type` string
    - `created_at` string
    - `description` string
    - `id` string
    - `key` string
    - `language` string
    - `name` string
    - `owner` string
    - `repo_url` string
    - `status` string
    - `updated_at` string
  - `page` integer
  - `page_size` integer
  - `total` integer

## Other responses

- `400` — Bad Request
- `500` — Internal Server Error

## Changes

- **2026-03-12** `cd3f4bb3694a` — 2 warning
  - deleted the `query` request parameter `keyword`
  - deleted the `query` request parameter `project_id`

[Change history](https://skmtc.dev/opsre/apis/gos-release-api/changes/applications/get.md)

---

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