Skip to main content
GET
All Applications Status
Authorization
string
required
The API key for your account. You can find this in your account settings.
Returns live CPU, RAM, and running state for every application you own in a single call, which is more efficient than looping over Get Application Status once per application. Pass workspaceId to scope the listing to a shared workspace instead of your own applications; the caller must be the workspace owner or a member. This is the endpoint the dashboard’s applications overview polls. It is rate limited to 15 requests every 60 seconds per user; the equivalent per-application endpoint has its own, separate limits. For continuous updates instead of polling, open a Real-time Logs connection per application.

Parameters

workspaceId
string
A workspace id. You can found it below your workspace name on dashboard.
If workspaceId isn’t provided, will get your account applications status.

Response

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

Common errors