---
title: "Export Companies Csv"
method: GET
path: "/api/v1/workspace/companies/export.csv"
tags: ["workspace"]
---

# Export Companies Csv

`GET /api/v1/workspace/companies/export.csv`

Stream the workspace view as CSV. Capped at 20k rows per export.

## Query parameters

- `stage` string, nullable
- `q` string, nullable
- `collection_id` integer, nullable
- `funnel_stage` string, nullable
- `has_location` string, nullable
- `has_rating` string, nullable
- `min_rating` number, nullable
- `max_rating` number, nullable
- `ai_column_id` integer, nullable
- `ai_value` string, nullable
- `exclude_business_ids` string, nullable
- `include_business_ids` string, nullable

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/getnivara/apis/nivara-api.md) · [All operations](https://skmtc.dev/getnivara/apis/nivara-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/getnivara/nivara-api/revisions/2810c849c6a4/schema)
