Apps

Read App

Retrieve an app by its ID.

Args: app_id (str): The ID of the app to retrieve.

Returns: ReadAppOutput: The output containing the app's ID and name.

Raises: HTTPException: If there is an error retrieving the app or the user does not have permission to access the app.

get/apps/{app_id}

Path parameters

app_idstring required

Response

Successful Response

app_idstring required
app_namestring required
app_typestring nullable
created_atstring nullable
updated_atstring nullable
folder_idstring nullable

Changes