Returns the list of FQL functions available for GenAI custom metrics, including function metadata, parameter definitions, and return types. The response is used by the frontend for autocomplete suggestions, signature hints, and documentation in the FQL editor.
Currently returns GenAI functions only (from the GenAI function registry plus the attribute construct). Extensible to ML context in the future via a query parameter.
Documentation Index
Fetch the complete documentation index at: https://handbook.fiddler.ai/llms.txt
Use this file to discover all available pages before exploring further.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
List of available FQL functions retrieved successfully.
Response object for standard API responses.
API version.
2.0, 3.0 Type of response, indicating a normal response.
NORMAL Response containing the list of available FQL functions for GenAI custom metrics. The top-level structure is extensible — future versions may add additional keys (e.g., keywords, fields) without breaking existing consumers.