Get Pipeline Min Max Aggregation Metadata
GET/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/meta/:meta_field/aggregation
Returns the minimum and maximum values of a metadata field for the connected index of a given pipeline.
Request
Responses
- 200
- 400
- 404
- 412
- 422
Min and max value aggregation of the meta_field
The metadata field '{meta_field}' doesn't exist or doesn't support aggregation.
The pipeline you specified doesn't exist in this workspace. Check if the pipeline name is correct.
This pipeline hasn't been deployed and indexed yet. Deploy this pipeline to fetch the metadata.
Validation Error
Was this page helpful?