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

# List Apps

`GET /apps`

Retrieve a list of apps filtered by app_name.

Args:
    app_name (Optional[str]): The name of the app to filter by.

Returns:
    List[App]: A list of apps filtered by app_name.

Raises:
    HTTPException: If there was an error retrieving the list of apps.

## Query parameters

- `app_name` string, nullable

## Response `200`

Successful Response

- App[]
  - `app_id` string, required
  - `app_name` string, required
  - `app_type` string, nullable
  - `folder_id` string, nullable
  - `updated_at` string, nullable

## Other responses

- `422` — Validation Error

## Changes

- **2026-02-13** `72fe88316d15` — 2 breaking, 2 info
  - the response property `items/updated_at` became optional for the status `200`
  - response property `items/updated_at` list-of-types was widened by adding types `null` to media type `application/json` of response `200`
  - added the optional property `detail/items/ctx` to the response with the `422` status
  - added the optional property `detail/items/input` to the response with the `422` status
- **2026-01-14** `53da4c9de2b7` — 1 info
  - added the optional property `items/folder_id` to the response with the `200` status
- **2025-06-27** `e3e84db47198` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/agenta-ai/apis/agenta-api/changes/apps/get.md)

---

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