Skip to main content
GET
Get app details

Authorizations

Authorization
string
header
required

API key for authentication. Make sure to include the word apikey, followed by a single space and then your token. Example: apikey 1234$abcdef

Path Parameters

app_id
integer<int64>
required

Unique identifier of the application to retrieve

Response

Returns complete application configuration and metadata

name
string

Unique application name (alphanumeric, hyphens allowed)

Required string length: 1 - 64
Pattern: ^[a-z0-9][a-z0-9-]*[a-z0-9]$
Example:

"my-edge-app"

url
string
read-only

Auto-generated URL where the application is accessible

Example:

"my-edge-app.fastedge.gcore.dev"

binary
integer<int64>

ID of the WebAssembly binary to deploy

Required range: x >= 1
Example:

12345

template
integer<int64>

Template ID

template_name
string
read-only

Template name

status
integer

Status code:
0 - draft (inactive)
1 - enabled
2 - disabled
5 - suspended

Required range: 0 <= x <= 5
Example:

1

plan_id
integer<int64>
read-only

Plan ID

plan
string
read-only

Plan name

env
object

Environment variables

Example:
rsp_headers
object

Extra headers to add to the response

Example:
log
enum<string> | null
deprecated
Available options:
kafka,
none
debug_until
string<date-time>
read-only

When debugging finishes

comment
string

Optional human-readable description of the application's purpose

Maximum string length: 1024
Example:

"Production API gateway for customer portal"

api_type
string
read-only

Wasm API type

networks
string[]
read-only

Networks

secrets
object

Application secrets

stores
object

Application edge stores