Skip to main content
GET
List your apps

Authorizations

Authorization
string
header
required

Send your API token (Dashboard → Settings → API Token) as Authorization: Bearer <token>.

Query Parameters

workspace_id
string<uuid>

Filter to a workspace's apps instead of your own.

q
string

Pass any non-empty value for "quiet" mode — skips fetching project_info/status per app, much faster for large lists.

Response

List of apps

app
object

Fields shared by every resource type (App, DatabaseService, VM).

project_info
object

Omitted when the request is made with ?q= (quiet mode).

status
enum<string>
Available options:
not_found,
pending,
running,
stopped
container_uptime_seconds
integer<int64>
error_page_url
string