---
title: "To get all questionnaires with questions"
method: GET
path: "/v1/Insights/QualityManagement/Questionnaires"
tags: ["FlexV1InsightsQuestionnaires"]
---

# To get all questionnaires with questions

`GET /v1/Insights/QualityManagement/Questionnaires`

To get all questionnaires with questions

## Query parameters

- `IncludeInactive` boolean
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Headers

- `Authorization` string

## Response `200`

OK

- object
  - `questionnaires` FlexV1InsightsQuestionnaires[]
    - `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.
    - `questionnaire_sid` string, nullable — The sid of this questionnaire
    - `name` string, nullable — The name of this category.
    - `description` string, nullable — The description of this questionnaire
    - `active` boolean, nullable — The flag to enable or disable questionnaire
    - `questions` unknown[], nullable — The list of questions with category for a questionnaire
      - 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/flex-v1.md) · [All operations](https://skmtc.net/twilio/apis/flex-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/flex-v1/versions/ee29ed21273f/schema)
