Apps
Get app details
Retrieve complete configuration and metadata for a specific application. Includes binary reference, plan limits, environment variables, and current status.
get/fastedge/v1/apps/{app_id}
Path parameters
app_idinteger required
Unique identifier of the application to retrieve
Response
Returns complete application configuration and metadata
Example response
{
"name": "my-edge-app",
"url": "my-edge-app.fastedge.gcore.dev",
"binary": 12345,
"status": 1,
"env": {
"var1": "value1",
"var2": "value2"
},
"rsp_headers": {
"header1": "value1",
"header2": "value2"
},
"comment": "Production API gateway for customer portal"
}