---
title: "Export as CSV"
method: POST
path: "/public/v1/objects/{name}/export/csv"
tags: ["Object export"]
---

# Export as CSV

`POST /public/v1/objects/{name}/export/csv`

Exports rows matching the query as CSV.

## Path parameters

- `name` string, required

## Request body

- object
  - `query` object — Dynamic-table query. Either a single `{ path, operator, value }` condition, or a nested group `{ operator: 'and' | 'or', conditions: [...] }`.
  - `search` string, nullable
  - `sort` object[], nullable

## Response `200`

CSV body

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/revisions/9d33b6aad674/schema)
