Get Components Input Output
GET/api/v1/haystack/components/input-output
Returns the haystack components available for the domain of the current version.
This can be used to identify the input values required for each component and the output values that will be returned.
By default, it returns the components for the deepset domain.
If names are provided, it will return the input/output schema for the provided components. We use exact match for the component names. If no names are provided, it will return the input/output schema for all available components.
Request
Responses
- 200
- 404
- 422
Input and output schema for available components.
Input and output schema not found.
Validation Error
Was this page helpful?