---
title: "GET /v1/PluginService/Configurations/{ConfigurationSid}/Plugins"
method: GET
path: "/v1/PluginService/Configurations/{ConfigurationSid}/Plugins"
tags: ["FlexV1ConfiguredPlugin"]
---

# GET /v1/PluginService/Configurations/{ConfigurationSid}/Plugins

`GET /v1/PluginService/Configurations/{ConfigurationSid}/Plugins`

## Path parameters

- `ConfigurationSid` string, required

## Query parameters

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

## Headers

- `Flex-Metadata` string

## Response `200`

OK

- object
  - `plugins` FlexV1PluginConfigurationConfiguredPlugin[]
    - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that the Flex Plugin resource is installed for.
    - `configuration_sid` string, nullable — The SID of the Flex Plugin Configuration that this Flex Plugin belongs to.
    - `plugin_sid` string, nullable — The SID of the Flex Plugin.
    - `plugin_version_sid` string, nullable — The SID of the Flex Plugin Version.
    - `phase` integer — The phase this Flex Plugin would initialize at runtime.
    - `plugin_url` string, nullable — The URL of where the Flex Plugin Version JavaScript bundle is hosted on.
    - `unique_name` string, nullable — The name that uniquely identifies this Flex Plugin resource.
    - `friendly_name` string, nullable — The friendly name of this Flex Plugin resource.
    - `description` string, nullable — A descriptive string that you create to describe the plugin resource. It can be up to 500 characters long
    - `plugin_archived` boolean, nullable — Whether the Flex Plugin is archived. The default value is false.
    - `version` string, nullable — The latest version of this Flex Plugin Version.
    - `changelog` string, nullable — A changelog that describes the changes this Flex Plugin Version brings.
    - `plugin_version_archived` boolean, nullable — Whether the Flex Plugin Version is archived. The default value is false.
    - `private` boolean, nullable — Whether to validate the request is authorized to access the Flex Plugin Version.
    - `date_created` string, date-time, nullable — The date and time in GMT when the Flex Plugin was installed specified in [ISO 8601](https://en.wikipedia.org/wiki/ISO_8601) format.
    - `url` string, uri, nullable — The absolute URL of the Flex Plugin resource.
  - `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)
