---
title: "GET /v1/PluginService/Plugins/{PluginSid}/Versions/{Sid}"
method: GET
path: "/v1/PluginService/Plugins/{PluginSid}/Versions/{Sid}"
tags: ["FlexV1PluginVersions"]
---

# GET /v1/PluginService/Plugins/{PluginSid}/Versions/{Sid}

`GET /v1/PluginService/Plugins/{PluginSid}/Versions/{Sid}`

## Path parameters

- `PluginSid` string, required
- `Sid` string, required

## Headers

- `Flex-Metadata` string

## Response `200`

OK

- FlexV1PluginPluginVersion
  - `sid` string, nullable — The unique string that we created to identify the Flex Plugin Version resource.
  - `plugin_sid` string, nullable — The SID of the Flex Plugin resource this Flex Plugin Version belongs to.
  - `account_sid` string, nullable — The SID of the [Account](https://www.twilio.com/docs/iam/api/account) that created the Flex Plugin Version resource and owns this resource.
  - `version` string, nullable — The unique version of this Flex Plugin Version.
  - `plugin_url` string, uri, nullable — The URL of where the Flex Plugin Version JavaScript bundle is hosted on.
  - `changelog` string, nullable — A changelog that describes the changes this Flex Plugin Version brings.
  - `private` boolean, nullable — Whether the Flex Plugin Version is validated. The default value is false.
  - `archived` boolean, nullable — Whether the Flex Plugin Version is archived. The default value is false.
  - `validated` boolean, nullable
  - `date_created` string, date-time, nullable — The date and time in GMT when the Flex Plugin Version 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 Version resource.

---

[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)
