---
title: "Get Convex database credentials for the project (admins only)"
method: GET
path: "/api/v1/projects/{project_id}/databases/creds"
tags: ["Projects", "Project Databases"]
---

# Get Convex database credentials for the project (admins only)

`GET /api/v1/projects/{project_id}/databases/creds`

Return Convex credentials for the primary project database.

Authorization: project owners and editors (can modify project).

## Path parameters

- `project_id` string, uuid, required — The unique identifier of the project

## Response `200`

Successful Response

- ConvexProjectCreds — Model for Convex project credentials.
  - `project_slug` string, required
  - `prod_url` string, required
  - `dev_url` string, required
  - `prod_key` string, required
  - `dev_key` string, required
  - `dev_name` string, required
  - `prod_name` string, required

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/rebolt/apis/fastapi.md) · [All operations](https://skmtc.dev/rebolt/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rebolt/fastapi/revisions/ee5884f323f3/schema)
