Skip to main content
GET
Get Application Info
Authorization
string
required
The API key for your account. You can find this in your account settings.
This endpoint returns an application’s identity and configuration: its name, owner, cluster, allocated RAM, programming language, and DNS setup. It is the endpoint to call when you need to look up an application’s metadata before acting on it, for example to confirm which cluster it lives on or which subdomain it is reachable at. Access is scoped to the caller: if the application belongs to a workspace you are a member of, it is returned automatically without any extra parameter. For live resource usage instead of static metadata, see Get Application Status; for configured hostnames across your whole account, see List Domains.

Parameters

app_id
string
required
The ID of the application. You can find this in the URL of your application’s dashboard.

Response

status
string
Indicates whether the call was successful.. success if successful, error if not.
response
object
The contents of the response.