cURL
curl --request GET \ --url https://{APPLICATION_ID}.algolia.net/agent-studio/1/agents/{agent_id}/conversations/export \ --header 'X-Algolia-API-Key: <x-algolia-api-key>' \ --header 'X-Algolia-Application-Id: <x-algolia-application-id>'
{ "detail": [ { "loc": [ "<string>" ], "msg": "<string>", "type": "<string>" } ] }
Exports all conversations based on the passed filters
logs
Filter conversations created after this date (format: YYYY-MM-DD)
Filter conversations created before this date (format: YYYY-MM-DD)
Successful Response
Was this page helpful?