Read App
GET/apps/:app_id
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.
Request
Responses
- 200
- 422
Successful Response
Validation Error