list_functions
Retrieve Cognigy.AI functions, which are custom code modules for computations, integrations, or scheduled jobs. Supports pagination and filtering by name or project ID.
Instructions
Lists Cognigy.AI Functions. Functions are custom code modules that can be triggered to run computations, integrations, or scheduled jobs outside of flow execution.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of items to skip for pagination | |
| limit | No | Maximum number of functions to return (default: 25, max: 100) | |
| filter | No | Filter functions by name | |
| projectId | No | Filter functions by project ID |