---
title: "GET /v1/Keys"
method: GET
path: "/v1/Keys"
tags: ["IamV1GetApiKeys"]
---

# GET /v1/Keys

`GET /v1/Keys`

Retrieve a list of all Keys for a account.

## Query parameters

- `AccountSid` string, required
- `PageSize` integer
- `Page` integer
- `PageToken` string

## Response `200`

OK

- object
  - `keys` IamV1GetKeys[]
    - `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.
    - `flags` string[]
  - `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/iam-v1.md) · [All operations](https://skmtc.net/twilio/apis/iam-v1/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/iam-v1/revisions/fea70127b4d0/schema)
