---
title: "List Keys"
method: GET
path: "/v1/projects/{projectId}/accessKeys"
tags: ["Access Key"]
---

# List Keys

`GET /v1/projects/{projectId}/accessKeys`

Lists all Access Keys for project.

## Path parameters

- `projectId` string, required

## Query parameters

- `pageSize` integer
- `pageToken` string

## Response `200`

OK

- ListAccessKeysResponse — Response message for the AccessKeyService.ListAccessKeysRequest.
  - `accessKeys` AccessKey[] — Collection of Access Keys.
    - `accessKeyId` string — Unique ID for this Access Key.
    - `displayName` string — The display name for this Access Key. It must be unique for the resource tied to the key.
    - `projectId` string — The project ID this key is tied to.
    - `createTime` string, date-time — Timestamp when the Access Key was created.
    - `updateTime` string, date-time — Timestamp when the Access Key was last modified.
  - `nextPageToken` string — The next pagination token, or an empty value if there are no more results.

## Other responses

- `401` — Unauthenticated. Incorrect credentials.
- `403` — Permission denied.
- `500` — Internal error, try again with exponential back-off
- `503` — Unavailable, try again with exponential back-off

---

[API](https://skmtc.net/sinch/apis/access-keys-management-api.md) · [All operations](https://skmtc.net/sinch/apis/access-keys-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/sinch/access-keys-management-api/revisions/e1eac0ddc7e6/schema)
