Apps

List 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.

get/apps

Query parameters

app_namestring nullable

Response

Successful Response

app_idstring required
app_namestring required
app_typestring nullable
updated_atstring required

Changes