List available Input Processors

Returns a list of all available input processors that can be used to transform task inputs. Input processors are utility functions that can modify or enhance the input data before it is processed by the task. For example, the url_fetcher processor can fetch HTML content from a URL and replace the URL with the actual content.

Path parameters

org_idstringRequired

The unique identifier of the organization.

project_idstringRequired

The unique identifier of the project.

Headers

AuthorizationstringRequired

Bearer authentication of the form Bearer <token>, where token is your auth token.

Response

Successfully retrieved list of available input processors

namestring

The unique identifier/name of the input processor. Used to reference this processor in API calls.

descriptionstring

A human-readable description of what the input processor does.

Errors