---
title: "List preview deploy keys"
method: GET
path: "/projects/{project_id}/list_preview_deploy_keys"
tags: ["Deploy Keys"]
---

# List preview deploy keys

`GET /projects/{project_id}/list_preview_deploy_keys`

Lists all preview deploy keys for the specified project.

## Path parameters

- `project_id` integer, required

## Query parameters

- `includeManaged` boolean

## Response `200`

- PlatformListPreviewDeployKeysResponse
  - `items` PlatformDeployKeyResponse[], required — The list of preview deploy keys.
    - `id` integer, required
    - `name` string, required — The name given to the deploy key at creation.
    - `creationTime` integer, required — Timestamp in milliseconds when this token was created.
    - `lastUsedTime` integer, nullable — Timestamp in milliseconds when this token was last used (if ever).
    - `expiresAt` integer, nullable — Timestamp in milliseconds when this deploy key will expire.
    - `creator` integer
    - `managedBy` union
      - 'vercel'
      - object
        - `oauthApp` string, required
    - `allowedActions` string[], required

## Changes

- **2026-07-26** `cfe35d359fba` — 1 warning
  - added the new `deployment:usage:view` enum value to the `items/items/allowedActions/items/` response property for the response status `200`

[Change history](https://skmtc.dev/convex/apis/convex-management-api/changes/projects/:project_id/list_preview_deploy_keys/get.md)

---

[API](https://skmtc.dev/convex/apis/convex-management-api.md) · [All operations](https://skmtc.dev/convex/apis/convex-management-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/convex/convex-management-api/revisions/3dd5e601c536/schema)
