💬 Conversations
Export Convos
Exports agent conversations
GET
/
v2
/
agents
/
{agent_id}
/
convos
/
export
Authorizations
Agent/Workspace secret API key as bearer token.
Path Parameters
The ID of the agent to export its conversations
Query Parameters
Page of the results to return, default is 1, query per page is 20
The ids of the conversations to export (comma separated)
Example:
test_id_1,test_id_2,test_id_3