---
title: "Get all app names."
method: GET
path: "/apps"
tags: ["Apps"]
---

# Get all app names.

`GET /apps`

Get a list of all the apps in the system.

## Response `200`

List of apps.

- AppsWrapper
  - `apps` App[], required
    - `name` string — Name of this app. Must be different than the image name. Can ony contain alphanumeric, -, and _.
    - `config` object — Application configuration
  - `error` ErrorBody
    - `message` string
    - `fields` string

## Other responses

- `default` — Unexpected error

---

[API](https://skmtc.dev/iron-io/apis/ironfunctions.md) · [All operations](https://skmtc.dev/iron-io/apis/ironfunctions/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/iron-io/ironfunctions/revisions/53fd9cdd70fc/schema)
