---
title: "Export View"
method: GET
path: "/api/v2/views/{view_id}/export"
tags: ["Views"]
---

# Export View

`GET /api/v2/views/{view_id}/export`

Returns the csv attachment of the specified view if possible. Enqueues a job to produce the csv if necessary.

#### Allowed For

* Agents

## Response `200`

Success response

- ViewExportResponse
  - `export` object
    - `status` string
    - `view_id` integer

---

[API](https://skmtc.dev/botbrains-io/apis/support-api.md) · [All operations](https://skmtc.dev/botbrains-io/apis/support-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/botbrains-io/support-api/revisions/d53eac07ba68/schema)
