---
title: "Get information for a app."
method: GET
path: "/apps/{app}"
tags: ["Apps"]
---

# Get information for a app.

`GET /apps/{app}`

This gives more details about a app, such as statistics.

## Path parameters

- `app` string, required

## Response `200`

App details and stats.

- AppWrapper
  - `app` 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

- `404` — App does not exist.
- `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)
