---
title: "Get app"
method: GET
path: "/firewall/apps/{app_id}"
---

# Get app

`GET /firewall/apps/{app_id}`

Get a Zen app

## Path parameters

- `app_id` integer, required

## Response `200`

The app has been successfully fetched

- object
  - `id` string
  - `name` string
  - `created_at` integer
  - `amount_instances` integer
  - `code_repo_id` integer
  - `code_repo_name` string
  - `has_token` boolean
  - `token_hint` string
  - `environment` 'production' | 'staging' | 'development'

## Other responses

- `404` — App not found

---

[API](https://skmtc.net/aikido/apis/authorization.md) · [All operations](https://skmtc.net/aikido/apis/authorization/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/aikido/authorization/revisions/5445e7c21137/schema)
