GA
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_id
The unique identifier of the organization.
project_id
The unique identifier of the project.
Headers
Authorization
Bearer authentication of the form Bearer <token>, where token is your auth token.
Response
Successfully retrieved list of available input processors
name
The unique identifier/name of the input processor. Used to reference this processor in API calls.
description
A human-readable description of what the input processor does.