Method
List all the feature groups
| REQUIRED |
KEY |
TYPE |
DESCRIPTION |
| No |
limit |
int |
The number of feature groups to retrieve.
|
| No |
startAfterId |
str |
An offset parameter to exclude all feature groups up to a specified ID.
|
| No |
featureGroupTemplateId |
str |
If specified, limit the results to feature groups attached to this template ID.
|
| No |
isIncludingDetachedFromTemplate |
bool |
When feature_group_template_id is specified, include feature groups that have been detached from that template ID.
|
Note: The arguments for the API methods follow camelCase but for Python SDK underscore_case is followed.
| KEY |
TYPE |
DESCRIPTION |
| success |
Boolean |
true if the call succeeded, false if there was an error |
| result |
list[FeatureGroup] |
|
| TYPE |
WHEN |
| DataNotFoundError |
`startAfterId` is not found. |
| DataNotFoundError |
`featureGroupTemplateId` is not found. |