---
title: "Get details of an application"
method: GET
path: "/apps/{appId}"
---

# Get details of an application

`GET /apps/{appId}`

Retrieve a specific application by its identifier

## Path parameters

- `appId` string, required — App identifier

## Response `200`

Requested resource retrieved successfully

- App — App information with related collections
  - `org` OrgHeader, required — Organization's basic information
    - `id` string, required — Organization identifier
    - `name` string, required — Organization name
  - `id` string, required — App identifier
  - `name` string, required — App name
  - `demo` boolean, required — Whether the app is a demo app
  - `flagKeyFormat` 'custom' | 'pascalCase' | 'camelCase' | 'snakeCaseUpper' | 'snakeCaseLower' | 'kebabCaseUpper' | 'kebabCaseLower', required — The enforced key format when creating flags
  - `environments` Environment[], required — Environments within the app
    - `id` string, required — Environment identifier
    - `name` string, required — Environment name
    - `isProduction` boolean, required — Whether the environment is a production environment
    - `order` integer, required — Environment order in the app (zero-indexed)
    - `flagStateVersion` integer, required — Environment version incremented when flag state changes
    - `sdkAccess` object, required — SDK access details
      - `publishableKey` string, required — Publishable key
      - `secretKey` string, required — Secret key
  - `stages` StageHeader[], required — Stages within the app
    - `id` string, required — Stage identifier
    - `name` string, required — Stage name
    - `color` string, required — Stage color (HTML color name or hex code)
    - `order` integer, required — Stage order
  - `segments` SegmentHeader[], required — Segments within the app
    - `id` string, required — Segment identifier
    - `name` string, required — Segment name
    - `type` 'all' | 'custom', required — Segment type

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Requested resource, or its parent, not found

---

[API](https://skmtc.net/reflag/apis/reflag-management-api.md) · [All operations](https://skmtc.net/reflag/apis/reflag-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/reflag/reflag-management-api/versions/9063276689b5/schema)
