---
title: "Search for Companies"
method: GET
path: "/v1/companies"
tags: ["Companies"]
---

# Search for Companies

`GET /v1/companies`

Use this endpoint to search for companies associated with a specific organisation.

## Query parameters

- `organization_id` string, uuid
- `before` string
- `after` string
- `offset` integer
- `limit` integer
- `sorting_keys` string[]
- `sorting_order` PageOrder[]

## Response `200`

Company search successful

## Other responses

- `403` — User lacks the necessary permissions

---

[API](https://skmtc.net/pleo/apis/gjoll-api.md) · [All operations](https://skmtc.net/pleo/apis/gjoll-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pleo/gjoll-api/versions/c70cd21dc330/schema)
