---
title: "Get app details"
method: GET
path: "/fastedge/v1/apps/{app_id}"
tags: ["Apps"]
---

# Get app details

`GET /fastedge/v1/apps/{app_id}`

Retrieve complete configuration and metadata for a specific application.
Includes binary reference, plan limits, environment variables, and current status.

## Path parameters

- `app_id` integer, required

## Response `200`

Returns complete application configuration and metadata

- App
  - `name` string — Unique application name (alphanumeric, hyphens allowed)
  - `url` string — Auto-generated URL where the application is accessible
  - `binary` integer — ID of the WebAssembly binary to deploy
  - `template` integer — Template ID
  - `template_name` string — Template name
  - `status` integer — Status code: 0 - draft (inactive) 1 - enabled 2 - disabled 5 - suspended
  - `plan_id` integer — Plan ID
  - `plan` string — Plan name
  - `env` object — Environment variables
  - `rsp_headers` object — Extra headers to add to the response
  - `log` 'kafka' | 'none', nullable
  - `debug` boolean — Enable verbose debug logging for 30 minutes. Automatically expires to prevent performance impact.
  - `debug_until` string, date-time — When debugging finishes
  - `comment` string — Optional human-readable description of the application's purpose
  - `api_type` string — Wasm API type
  - `networks` string[] — Networks
  - `secrets` object — Application secrets
  - `stores` object — Application edge stores

## Other responses

- `400` — Bad request
- `404` — Not found

---

[API](https://skmtc.dev/g-core/apis/gcore-openapi.md) · [All operations](https://skmtc.dev/g-core/apis/gcore-openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/g-core/gcore-openapi/revisions/09e652815095/schema)
