get https://api.umpa.genhealth.ai/v1/cases/
Retrieve cases from the database.
Parameters:
- limit (str): Pagination limit. Defaults to 10.
- auth_result (str): Security token with required scope. Defaults to None.
- db (Session): Database session.
Returns:
- List[Case]: List of cases retrieved from the database.
Note:
- This method requires the 'umpa:read' scope in the security token.