Run Component Workspace
POST/api/v1/workspaces/:workspace_name/haystack/components/run
Runs a haystack component with the provided parameters in workspace scope (e.g. using workspace secrets).
This is useful for testing components or running them with specific input data.
Request
Responses
- 200
- 400
- 404
- 422
The output produced by running the component.
The component failed to run because of incorrect parameters or input.
The component doesn't exist or is missing. Make sure the component name is correct.
Validation Error
Was this page helpful?