Custom Functions
Get Custom Function
Get a specific custom function by ID
GET
Retrieve details of a specific custom function.
Path Parameters
string
required
UUID of the custom function
Response
string
UUID of the function
string
UUID of the agent this function belongs to
string
UUID of the user who created this function
string
Function name (snake_case)
string
Function description used by AI to decide when to call
string
HTTP method (GET, POST, PUT, PATCH, DELETE)
string
Webhook URL
array
Custom headers included with requests
array
Parameter definitions for the function
array
Variables extracted from response
integer
Request timeout in milliseconds
integer
Number of retry attempts
boolean
Whether the function is active
string
ISO 8601 creation timestamp
string
ISO 8601 last update timestamp