---
title: "Search for a Specific Company"
method: GET
path: "/v1/companies/{companyId}"
tags: ["Companies"]
---

# Search for a Specific Company

`GET /v1/companies/{companyId}`

Search for a specific company by company ID.

## Path parameters

- `companyId` string, uuid, required

## Response `200`

Company resource found

## Other responses

- `403` — User lacks the necessary permissions.
- `404` — Company with given ID not found

---

[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/revisions/c70cd21dc330/schema)
