Method
listFeatureGroupRowProcesses POST
Copy POST

Gets a list of feature group row processes.

Arguments:

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.
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[FeatureGroupRowProcess]

Exceptions:

TYPE WHEN
DataNotFoundError

deploymentId is not found.

Language: