---
title: "GET /v1/PluginService/Configurations"
method: GET
path: "/v1/PluginService/Configurations"
tags: ["FlexV1PluginConfiguration"]
---

# GET /v1/PluginService/Configurations

`GET /v1/PluginService/Configurations`

## Query parameters

- `PageSize` integer
- `Page` integer
- `PageToken` string

## Headers

- `Flex-Metadata` string

## Response `200`

OK

- object
  - `configurations` FlexV1PluginConfiguration[]
    - `sid` string, nullable — The unique string that we created to identify the Flex Plugin Configuration resource.
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Configuration resource and owns this resource.
    - `name` string, nullable — The name of this Flex Plugin Configuration.
    - `description` string, nullable — The description of the Flex Plugin Configuration resource.
    - `archived` boolean, nullable — Whether the Flex Plugin Configuration is archived. The default value is false.
    - `date_created` string, date-time, nullable — The date and time in GMT when the Flex Plugin Configuration was created specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `url` string, uri, nullable — The absolute URL of the Flex Plugin Configuration resource.
    - `links` object, 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)
