Run Pipeline
POST/api/v1/haystack/pipelines/run
Runs a haystack pipeline with the provided configuration and inputs.
This is useful for testing pipelines or running them with specific input data.
Request
Responses
- 200
- 400
- 404
- 422
The output produced by running the pipeline.
The pipeline failed to run because of incorrect configuration, parameters or input.
The pipeline configuration is invalid or contains components that don't exist. Make sure the pipeline configuration is correct.
Validation Error
Was this page helpful?