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

# List applications

`GET /applications`

## Query parameters

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

## Response `200`

OK

- InternalInterfacesHttpApplicationListResponse
  - `data` InternalInterfacesHttpApplicationResponse[]
    - `artifact_type` string
    - `created_at` string
    - `description` string
    - `gitops_branch_mappings` GosInternalDomainApplicationGitOpsBranchMapping[]
      - `branch` string
      - `env_code` string
    - `id` string
    - `key` string
    - `language` string
    - `name` string
    - `owner` string
    - `owner_user_id` string
    - `project_id` string
    - `project_key` string
    - `project_name` string
    - `release_branches` GosInternalDomainApplicationReleaseBranchOption[]
      - `branch` string
      - `name` 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-05-06** `53bf88bc2572` — 2 info
  - added the new optional `query` request parameter `keyword`
  - added the new optional `query` request parameter `project_id`
- **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/fc9f6fb06a50/schema)
