Get Pipeline Metadata Field Values
GET/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/meta/:field_name
Returns metadata field values for a specified key across all files of a pipeline's connected index.
Specify the metadata field key and the pipeline and workspace names to retrieve the corresponding values for each file. For multi-index pipelines, the first found index's metadata is searched.
Request
Responses
- 200
- 400
- 404
- 412
- 422
Metadata for the pipeline's index.
We couldn't find the metadata field possibly because it doesn't support text search.Use the 'GET '/workspaces/{workspace_name}/pipelines/{pipeline_name}/meta' endpoint to to check if this field supports text search.
The pipeline you specified doesn't exist in this workspace. Check if the pipeline name is correct.
This pipeline's index doesn't exist or isn't enabled. Ensure the index connected to this pipeline exists and is enabled.
Validation Error
Was this page helpful?