---
title: "Get Business Officers"
method: GET
path: "/businesses/{id}/officers"
tags: ["Business"]
---

# Get Business Officers

`GET /businesses/{id}/officers`

Retrieve a business's officers by its UUID.

## Path parameters

- `id` string, uuid, required — The unique identifier of the business to retrieve officers for.

## Response `200`

Successful Response

- V1BusinessOfficerResponse[]
  - `name` string, required — The name of the officer.
  - `titles` string[] — The titles associated with the officer.
  - `states` V1StateAbbreviation[] — The states where the officer is registered.
  - `sources` V1EntitySource[] — The sources of the officer.

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/baselayer/apis/baselayer-api-service.md) · [All operations](https://skmtc.net/baselayer/apis/baselayer-api-service/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/baselayer/baselayer-api-service/revisions/0cc89938bc26/schema)
