Gets a list of feature group row processes.
REQUIRED | KEY | TYPE | DESCRIPTION |
---|---|---|---|
Yes | deploymentId | str | The deployment id for the process |
No | limit | int | The maximum number of processes to return. Defaults to None. |
No | status | str | The status of the processes to return. Defaults to None. |
KEY | TYPE | DESCRIPTION |
---|---|---|
success | Boolean | true if the call succeeded, false if there was an error |
result | list[FeatureGroupRowProcess] |
TYPE | WHEN |
---|---|
DataNotFoundError |
|
Coming Soon!