Method
listPythonFunctionFeatureGroups GET
Copy GET

List all the feature groups associated with a python function.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
Yes name str The name used to identify the Python function.
No limit int The maximum number of feature groups to be retrieved.
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.

Response:

KEY TYPE DESCRIPTION
success Boolean true if the call succeeded, false if there was an error
result list[FeatureGroup]
Language: