> ## Documentation Index
> Fetch the complete documentation index at: https://docs.syntr.co/llms.txt
> Use this file to discover all available pages before exploring further.

# Export CSV

> Download raw segment data for offline analysis.

<ParamField path="id" type="string" required>
  The ID of the id.
</ParamField>

<ResponseExample>
  ```json Response theme={null}
  {
    "format": "csv",
    "example": "Email,Name\njohn@example.com,John"
  }
  ```
</ResponseExample>
