---
title: "POST /api/companies/export"
method: POST
path: "/api/companies/export"
tags: ["Companies"]
---

# POST /api/companies/export

`POST /api/companies/export`

Export companies from network

## Request body

- object
  - `ids` string[]
  - `columnKeys` string[], nullable
  - `columns` object
    - `mode` 'custom', required
    - `keys` string[], required
  - `dataPoints` union
    - object
      - `mode` 'none', required
    - object
      - `mode` 'all', required
      - `except` string[]
      - `includeUnanswered` boolean
    - object
      - `mode` 'only', required
      - `ids` string[], required
  - `includeOwnCompany` boolean

## Response `204`

No content

- 'null', nullable — No content

## Changes

> 41 revisions in range; 1 not diffed.

- **2026-09-12** `329f5bd4d114` — 3 info
  - added the new optional request property `columns`
  - added the new optional request property `dataPoints`
  - added the new optional request property `includeOwnCompany`
- **2026-08-31** `97e51f27dc77` — 1 breaking, 2 info
  - request property `columnKeys` list-of-types was narrowed by removing types `null` from media type `application/json`
  - the request property `columnKeys` became nullable
  - added the media type `application/json` for the response with the status `204`

[Change history](https://skmtc.dev/retraced/apis/api-reference/changes/api/companies/export/post.md)

---

[API](https://skmtc.dev/retraced/apis/api-reference.md) · [All operations](https://skmtc.dev/retraced/apis/api-reference/llms.txt) · [OpenAPI document](https://skmtc.dev/retraced/apis/api-reference/revisions/b45b2427a621?raw)
