List available Input Processors

GA
GET

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.

Response

Successfully retrieved list of available input processors

list of objects or null

Errors

Built with