cURL
curl --request GET \ --url http://localhost:8080/api/calls/export \ --header 'X-API-KEY: <api-key>' \ --header 'X-API-SECRET: <api-key>'
{ "message": "Call export generated successfully", "status": "success", "error": null, "data": { "organization_id": "org-789", "export_id": "export_123", "download_url": "https://example.com/exports/export_123.csv" } }
Exports call history as a file (current behavior).
API Key for MCP server and external service authentication
API Secret for MCP server and external service authentication
Call export generated successfully