Functions
Manages function modules and lists built-in functions.
📄️ Get Builtin Functions
List built-in Function modules.
📄️ List Functions
List function modules, including global built-ins. Set `collection_id` to an empty string for global functions, provide a collection identifier for functions in that collection, or omit `collection_id` to list all functions.
📄️ Create Function
Create a reusable function module from its Python script and resource metadata.
📄️ Get Function Versions
List version history for a Function module.
📄️ Get Function
Retrieve a Function module.
📄️ Update Function
Update a Function module. Built-ins cannot be modified.
📄️ Delete Function
Delete a Function module. Built-ins cannot be deleted.