---
title: "Get company questions"
method: GET
path: "/v2/companies/{companyId}/questions"
tags: ["Custom Fields"]
---

# Get company questions

`GET /v2/companies/{companyId}/questions`

## Response `200`

OK

- ArrayOfReference
  - `length` integer
  - `elements` Reference[] — List of references containing id and name.
    - `id` string, uuid, required
    - `name` string
  - `totalNumResults` integer — Total number of results

## Other responses

- `401` — Unauthorized
- `403` — Forbidden

---

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