---
title: "Export Sessions to CSV"
method: GET
path: "/session/export"
tags: ["Sessions"]
---

# Export Sessions to CSV

`GET /session/export`

## Query parameters

- `id` string
- `name` string
- `assistantId` string
- `assistantIdAny` string
- `squadId` string
- `workflowId` string
- `numberE164CheckEnabled` boolean
- `extension` string
- `assistantOverrides` unknown
- `number` string
- `sipUri` string
- `name` string
- `email` string
- `externalId` string
- `customerNumberAny` string
- `columns` 'id' | 'name' | 'status' | 'assistantId' | 'squadId' | 'customerName' | 'customerNumber' | 'phoneNumberId' | 'cost' | 'messages' | 'createdAt' | 'updatedAt'
- `email` string
- `format` 'csv' | 'json'
- `phoneNumberId` string
- `phoneNumberIdAny` string[]
- `page` number
- `sortOrder` 'ASC' | 'DESC'
- `limit` number
- `createdAtGt` string, date-time
- `createdAtLt` string, date-time
- `createdAtGe` string, date-time
- `createdAtLe` string, date-time
- `updatedAtGt` string, date-time
- `updatedAtLt` string, date-time
- `updatedAtGe` string, date-time
- `updatedAtLe` string, date-time

## Response `200`

## Changes

> 35 revisions in range; 6 could not be searched.

- **2025-12-16** `45678bc2c663` — 2 warning
  - deleted the `query` request parameter `email`
  - deleted the `query` request parameter `name`
  - …this revision’s changelog is incomplete
- **2025-12-10** `ca6251137069` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/vapiai/apis/vapi-api/changes/session/export/get.md)

---

[API](https://skmtc.dev/vapiai/apis/vapi-api.md) · [All operations](https://skmtc.dev/vapiai/apis/vapi-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/vapiai/vapi-api/revisions/45678bc2c663/schema)
