Skip to main content
GET
/
api
/
history
/
export
Export Call History
curl --request GET \
  --url https://api.example.com/api/history/export

Request

curl "https://app.orova.ai/api/history/export?workspaceId=WORKSPACE_ID&startDate=2025-01-01&endDate=2025-01-31" \
  -H "x-api-key: YOUR_API_KEY" \
  -o call-history.xlsx

Query parameters

ParameterTypeDescription
workspaceIdstringWorkspace ID
startDatestringStart date (ISO 8601)
endDatestringEnd date (ISO 8601)
agentTypestringFilter by type: voice, chat, video

Response

Returns an XLSX file with columns: Name, Phone, Type, Duration, End Reason, Summary, Date.