Agent Functions
Get Merged Function Description
deprecated
Fetch the merged description generated from all custom functions on an agent version.
GET
Get the merged description of all agent functions
Returns the merged function description for all custom functions on an agent version. Use it to preview the combined tool instructions DialNexa can provide to the agent runtime.
Path parameters
Related endpoints
- List Agent Functions: inspect the source functions.
- Custom Functions: configure function descriptions.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Headers
RSA encrypted organization ID (base64 format)
Example:
"BASE64_ENCRYPTED_ORG_ID_HERE"
Path Parameters
ID of the agent
Version number of the agent
Response
Merged description returned successfully.
Get the merged description of all agent functions