List Custom Functions
REST API - Custom Functions
List Custom Functions
List all custom functions in the organization
GET
List Custom Functions
List all custom functions in your organization. Custom functions are user-defined Python functions that can be attached to agents as tools.
Query Parameters
Page number (starting from 1)
Items per page (maximum 50)
Response
Array of custom function objects
Total number of custom functions
Current page number
Items per page
Total pages available
Example Request
Notes
- Custom functions are attached to agents using
attached_toolswithid='xpander-custom-functions' - Functions in
analysingstatus are being processed and not yet available for use
Authorizations
API Key for authentication
Query Parameters
Page number (starting from 1)
Required range:
x >= 1Items per page (max 50)
Required range:
1 <= x <= 50
