Export org conversations CSV
GET /api/organizations/{org_id}/conversations/export
Export organization conversations as CSV. Returns the filtered conversation dataset as a downloadable CSV file. Access Control: Requires VIEW_ORG_CONVERSATIONS permission (Admin or Owner role).
Parameters
| Name | In | Type | Required | Description |
|---|---|---|---|---|
org_id | path | `string | null` | yes |
search | query | `string | null` | no |
sort_by | query | string | no | — |
sort_order | query | string | no | — |
execution_status | query | `string[] | null` | no |
sandbox_status | query | `string | null` | no |
time_window | query | `string | null` | no |
include_sub_conversations | query | boolean | no | — |
X-Org-Id | header | `string | null` | no |
Responses
| Status | Description |
|---|---|
200 | Successful Response |
422 | Validation Error |
Operation ID: export_org_conversations_csv_api_organizations__org_id__conversations_export_get