fetch_user_saved_scenarios
fetch_user_saved_scenarios
Service for fetching user saved scenarios (MyETM).
Classes
FetchUserSavedScenariosRunner
Bases: BaseRunner[List[Dict[str, Any]]]
Runner for fetching all saved scenarios belonging to the authenticated user.
GET /api/v3/saved_scenarios
Returns all saved scenarios the user has access to (owned or shared) in a single request (not paginated).
Functions
run
staticmethod
Fetch all saved scenarios for the authenticated user.
Parameters:
| Name | Type | Description | Default |
|---|---|---|---|
client
|
BaseClient
|
HTTP client with authentication |
required |
**kwargs
|
Any
|
Additional query parameters |
{}
|
Returns:
| Type | Description |
|---|---|
ServiceResult[List[Dict[str, Any]]]
|
ServiceResult with list of saved scenario data dictionaries |