---
title: "POST /org-storage/companies-objects/search"
method: POST
path: "/org-storage/companies-objects/search"
tags: ["org-storage"]
---

# POST /org-storage/companies-objects/search

`POST /org-storage/companies-objects/search`

Search companies objects.

## Response `200`

Companies objects found are returned.

- union
  - object[]
    - `id` string, required
    - `orgId` string, nullable
    - `linkedinCompanyId` string, required
    - `type` string, required
    - `slug` string, required
    - `properties` object, required
  - object
    - `companiesObjects` object[], required
      - `id` string, required
      - `orgId` string, nullable
      - `linkedinCompanyId` string, required
      - `type` string, required
      - `slug` string, required
      - `properties` object, required
    - `totalCount` number, required

## Other responses

- `400` — Invalid payload provided.
- `500` — Unexpected error while searching companiesObjects.

---

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