latestOpenAPI 3.1.02026-08-21322323412.1 KB

8de9cb14f744

apps

Get App

Get a single app by ID.

The import map for the app's srcdoc iframe is built once from bundle_imports, before any bundle loads — so if this app embeds children, the response must advertise the union of its own imports and theirs (see union_embed_bundle_imports). Applied here (and on version detail) only — NOT on the list endpoint, which would turn one page load into N extra queries for imports no iframe is built from.

get/api/v1/apps/{app_id}

Path parameters

app_idstring uuid required

Response

Successful Response

idstring uuid required
company_idstring uuid required
user_idstring uuid required
namestring required
descriptionstring required
statusstring required
bundle_urlstring nullable required
bundle_cssstring nullable required
bundle_importsstring[] nullable required
error_messagestring nullable required
chat_idstring uuid nullable required
current_version_idstring uuid nullable required
draft_version_idstring uuid nullable
embed_inputsobject[] nullable
created_atstring date-time required
updated_atstring date-time required
is_favoriteboolean