---
title: "To get all the question for the given categories"
method: GET
path: "/v1/Insights/QualityManagement/Questions"
tags: ["FlexV1InsightsQuestionnairesQuestion"]
---

# To get all the question for the given categories

`GET /v1/Insights/QualityManagement/Questions`

To get all the question for the given categories

## Query parameters

- `CategorySid` string[]
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Headers

- `Authorization` string

## Response `200`

OK

- object
  - `questions` FlexV1InsightsQuestionnairesQuestion[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Insights resource and owns this resource.
    - `question_sid` string, nullable — The SID of the question
    - `question` string, nullable — The question.
    - `description` string, nullable — The description for the question.
    - `category` unknown
    - `answer_set_id` string, nullable — The answer_set for the question.
    - `allow_na` boolean, nullable — The flag to enable for disable NA for answer.
    - `usage` integer — Integer value that tells a particular question is used by how many questionnaires
    - `answer_set` unknown
    - `url` string, uri, nullable
  - `meta` object
    - `first_page_url` string, uri
    - `key` string
    - `next_page_url` string, uri, nullable
    - `page` integer
    - `page_size` integer
    - `previous_page_url` string, uri, nullable
    - `url` string, uri

---

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