List Apps
GET/apps
Retrieve a list of apps filtered by app_name.
Args: app_name (Optional[str]): The name of the app to filter by.
Returns: List[App]: A list of apps filtered by app_name.
Raises: HTTPException: If there was an error retrieving the list of apps.
Request
Responses
- 200
- 422
Successful Response
Validation Error