---
title: "Export Vendors"
method: GET
path: "/vendors/all/export"
tags: ["vendors"]
---

# Export Vendors

`GET /vendors/all/export`

Filtered, unpaginated CSV export of the Overview table.

Honors the same filters/search/sort as ``GET /vendors/all``. Available to
anyone who can view the page (same gating as the list endpoint — no
additional permission check). ``columns`` mirrors the Columns picker:
a list of standard column ids and/or ``custom_field:<uuid>`` entries, in
the order to emit them; omitted exports every standard column followed by
every non-canonical custom field defined for vendors.

## Query parameters

- `columns` string[], nullable
- `status` 'active' | 'archived'
- `q` string, nullable
- `lifecycle_status` string[], nullable
- `entity_type` EntityType[], nullable
- `inherent_risk` string[], nullable
- `subcontractor_ids` string[], nullable
- `assignee_ids` string[], nullable
- `custom_field` string[], nullable
- `custom_field_text` string[], nullable
- `custom_field_number` string[], nullable
- `custom_field_date` string[], nullable
- `next_review_from` string, date, nullable
- `next_review_to` string, date, nullable
- `sort_by` string, nullable
- `sort_dir` string

## Response `200`

Successful Response

- object

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/kobaltlabs/apis/fastapi.md) · [All operations](https://skmtc.dev/kobaltlabs/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/kobaltlabs/fastapi/revisions/425d5b8a3c17/schema)
