fetch_user_collections
fetch_user_collections
Service for fetching user collections (MyETM).
Classes
FetchUserCollectionsRunner
Bases: BaseRunner[List[Dict[str, Any]]]
Runner for fetching all collections belonging to the authenticated user.
GET /api/v3/collections
Returns all collections the user has access to in a single request.
Functions
run
staticmethod
Fetch all collections 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 collection data dictionaries |