List feature group templates, optionally scoped by the feature group that created the templates.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
No | limit | int | Maximum number of templates to be retrieved. |
No | startAfterId | str | Offset parameter to exclude all templates up to the specified feature group template ID. |
No | featureGroupId | str | If specified, limit to templates created from this feature group. |
No | shouldIncludeSystemTemplates | bool | If True, will include built-in templates. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[FeatureGroupTemplate] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
DataNotFoundError |
|