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

# List ArgoCD applications

`GET /argocd/applications`

## Query parameters

- `app_name` string
- `project` string
- `sync_status` string
- `health_status` string
- `status` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- HttpapiArgoCDApplicationListResponse
  - `data` HttpapiArgoCDApplicationResponse[]
    - `app_name` string
    - `argocd_url` string
    - `created_at` string
    - `dest_namespace` string
    - `dest_server` string
    - `health_status` string
    - `id` string
    - `last_synced_at` string
    - `operation_phase` string
    - `project` string
    - `raw_meta` string
    - `repo_url` string
    - `source_path` string
    - `status` string
    - `sync_status` string
    - `target_revision` string
    - `updated_at` string
  - `page` integer
  - `page_size` integer
  - `total` integer

## Other responses

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

## Changes

- **2026-03-17** `54bff660edb3` — 1 info
  - endpoint added
- **2026-03-12** `cd3f4bb3694a` — 1 breaking
  - api path removed without deprecation

[Change history](https://skmtc.dev/opsre/apis/gos-release-api/changes/argocd/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/7313e6ee8cb2/schema)
