Cluster Triggers
List Cluster Triggers
List cluster triggers with filters and pagination.
post/v1/clusters/triggers/list
Request body
Response
Successful Response
Example response
{
"results": [
{
"execution_config": {
"collection_ids": [
"col_abc123"
],
"config": {
"algorithm": "kmeans",
"min_cluster_size": 2,
"n_clusters": 5
}
}
}
]
}Changes
Changed in 1 of the 34 revisions of this API.1
- ○
the endpoint scheme security
BearerAuth AND NamespaceHeaderwas added to the APIapi-security-added
This revision also has 3 changes that name no endpoint, such as unreferenced schemas being removed. See the revision's changelog
- ○