Method
listOrganizationModelMonitors GET
Copy GET

Gets a list of Model Monitors for an organization.

Arguments:

REQUIRED KEY TYPE DESCRIPTION
No onlyStarred bool Whether to return only starred Model Monitors. Defaults to False.
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[ModelMonitor]
Language: