---
title: "GET /v1/Keys/{Sid}"
method: GET
path: "/v1/Keys/{Sid}"
tags: ["IamV1ApiKey"]
---

# GET /v1/Keys/{Sid}

`GET /v1/Keys/{Sid}`

Fetch a specific Key.

## Path parameters

- `Sid` string, required

## Response `200`

OK

- IamV1Key
  - `sid` string, nullable — The unique string that we created to identify the Key resource.
  - `friendly_name` string, nullable — The string that you assigned to describe the resource.
  - `date_created` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was created specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `date_updated` string, date-time-rfc-2822, nullable — The date and time in GMT that the resource was last updated specified in [RFC 2822](https://www.ietf.org/rfc/rfc2822.txt) format.
  - `policy` object, nullable — The \`Policy\` object is a collection that specifies the allowed Twilio permissions for the restricted key. For more information on the permissions available with restricted API keys, refer to the [Twilio documentation](https://www.twilio.com/docs/iam/api-keys/restricted-api-keys#permissions-available-with-restricted-api-keys).

## Changes

- **2025-03-11** (v1) `3810432723c2` — 1 breaking
  - the `policy` response's property type changed from no type to `object` for status `200`

[Change history](https://skmtc.dev/twilio/apis/iam-v1/changes/v1/Keys/:Sid/get.md)

---

[API](https://skmtc.dev/twilio/apis/iam-v1.md) · [All operations](https://skmtc.dev/twilio/apis/iam-v1/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/twilio/iam-v1/revisions/48f64de4782f/schema)
