---
title: "GET /v1/PluginService/Releases"
method: GET
path: "/v1/PluginService/Releases"
tags: ["FlexV1PluginRelease"]
---

# GET /v1/PluginService/Releases

`GET /v1/PluginService/Releases`

## Query parameters

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

## Headers

- `Flex-Metadata` string

## Response `200`

OK

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