Get Pipeline Index Metadata Types
GET/api/v1/workspaces/:workspace_name/pipelines/:pipeline_name/meta
Returns the metadata keys and their types for a pipeline's connected index. For multi-index pipelines, the first found index's metadata is returned.
Request
Responses
- 200
- 404
- 412
- 422
Metadata for the pipeline's index.
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?