---
title: "List questions in a question set"
method: GET
path: "/v1/question_set/{question_set_id}"
tags: ["Questions and Answers"]
---

# List questions in a question set

`GET /v1/question_set/{question_set_id}`

Returns an array containing all of the questions in a question set (specified in the request URL by its ID).

## Path parameters

- `question_set_id` string, required

## Response `200`

The operation was successful.

- SolarisServerDecoratorsQuestionSet
  - `id` string — ID of the question set.
  - `entity_id` string — ID of the entity (person or business) to whom the question set is assigned.
  - `context_id` string — The ID of an additional Solaris resource related to the question set (e.g., an identification).
  - `deadline` string, date-time — The deadline for answering all questions in the set.
  - `recipient` object — Object containing information about the question set recipient.
    - `recipient_id` string — ID of the question set recipient. If the `entity_id` corresponds with a business, then the `recipient_id` will correspond with a person associated with the business.
    - `recipient_type` 'CUSTOMER' | 'PARTNER' — Indicates who should answer the questions (either you or the customer).
  - `questions` SolarisServerDecoratorsQuestion[] — Array containing all the questions in the question set.
    - `id` string — ID of the question.
    - `deadline` string, date-time — UTC timestamp indicating the deadline for answering the question.
    - `question` string — The question.
    - `answer_type` 'TEXT_ONLY' | 'TEXT_AND_FILES' — The type of answer required from the recipient.
    - `allowed_document_types` SolarisEnumsDocumentType[] — Indicates array of allowed_document_types.

## Other responses

- `403` — You are not authorized to perform this action.
- `500` — Internal server error.
- `default` — Unexpected error

---

[API](https://skmtc.net/solarisgroup/apis/compliance-features.md) · [All operations](https://skmtc.net/solarisgroup/apis/compliance-features/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/solarisgroup/compliance-features/revisions/61701b027c74/schema)
