Get an app by ID.
Apps
Get App
Get details for a specific app including status, URL, and visibility.
GET
Get an app by ID.
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 (e.g. app-xxxxxxxx)
Response
App details
OpenAPI-facing mirror of the canonical app payload.
Response types can keep serializing rig_data_store::models::App while
pointing schema generation at this local mirror to avoid cross-crate derive
coupling in utoipa.