Lifecycle
Get runtime stats for an application
Returns live runtime stats (CPU, RAM, network, uptime) for a single application. Append ?rawData=true to skip post-processing.
get/v2/apps/{appId}/status
Path parameters
appIdstring required
Application identifier. Optionally suffixed with -<workspaceId> to act on a workspace-shared application.
Query parameters
rawData'true' | 'false'
Return the raw stats payload without post-processing (numbers instead of formatted strings).
Response
Runtime stats for the application.
Changes
No recorded changes to this endpoint across all 1 revision of this API.