---
title: "List apps"
method: GET
path: "/firewall/apps"
---

# List apps

`GET /firewall/apps`

List Zen apps

## Response `200`

Apps have been successfully fetched

- object[]
  - `id` string
  - `name` string
  - `created_at` integer
  - `code_repo_id` integer
  - `code_repo_name` string
  - `has_token` boolean
  - `token_hint` string
  - `environment` 'production' | 'staging' | 'development'
  - `blocking` boolean — True if the app is in blocking mode, false if in detection-only mode

## 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)
