Check if an app's URL is live by verifying actual content is served,
and probe the underlying service and port status.
Apps
Check App Health
Check if an app is live and its port is reachable.
GET
Check if an app's URL is live by verifying actual content is served,
and probe the underlying service and port status.
Use this before surfacing an app URL in your UI to confirm the service is actually responding.Documentation Index
Fetch the complete documentation index at: https://docs.rigbox.dev/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
App ID
Response
200 - application/json
App health
Whether the app responded to an HTTP probe.
Whether the expected port is listening inside the workspace.
Systemd service status (e.g. "active", "inactive", "unknown", "unmanaged").
True when the service is active but the expected port is not listening.