cURL
curl --request GET \ --url http://localhost:8080/api/agents/{agentId}/tools/post-call-webhook \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "Post-call webhook tools retrieved successfully", "status": "success", "error": null, "data": {} }
Retrieves post-call webhook tools for an agent (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
OK