List all available task forwarder types with their configuration schemas.
Note: This endpoint returns a plain array of forwarder types, not a paginated response. All available types are returned in a single request.
Returns metadata for each forwarder type to help frontends build dynamic configuration UIs:
- webhook: HTTP POST to external endpoints with optional HMAC signing
- email: Send task results via email with customizable templates
Each type includes:
- JSON Schema for required configuration fields
- JSON Schema for sensitive configuration (if applicable)
- Field descriptions and validation rules
Use this endpoint to dynamically render appropriate form fields based on the selected forwarder type.