Passer au contenu principal
GET
/
api
/
history
/
export
Exporter l'historique des appels
curl --request GET \
  --url https://api.example.com/api/history/export

Requête

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

Paramètres de requête

ParamètreTypeDescription
workspaceIdstringID de l’espace de travail
startDatestringDate de début (ISO 8601)
endDatestringDate de fin (ISO 8601)
agentTypestringFiltrer par type : voice, chat, video

Réponse

Renvoie un fichier XLSX avec les colonnes : Nom, Téléphone, Type, Durée, Raison de fin, Résumé, Date.