---
title: "Get project metadata and permissions"
method: GET
path: "/api/v2/programmatic/projects/{projectId}"
tags: ["Projects"]
---

# Get project metadata and permissions

`GET /api/v2/programmatic/projects/{projectId}`

Returns 404 when the project does not exist or is hidden from the caller.

## Path parameters

- `projectId` string, required

## Response `200`

Project metadata.

- ProjectMetadataEnvelope
  - `success` boolean, required
  - `data` ProjectMetadata, required
    - `id` string, required
    - `name` string, required
    - `ownerUserId` string, nullable
    - `ownerOrgId` string, nullable
    - `slug` string, nullable
    - `visibility` string, nullable
    - `createdAt` string
    - `updatedAt` string
    - `accessReason` string, required
    - `permissions` string[], required

## Other responses

- `401` — Missing, invalid, expired, or inactive API key.
- `403` — Caller is authenticated but not authorized.
- `404` — Project does not exist or is hidden from the caller.
- `429` — API key request rate exceeded.
- `500` — Unexpected server error.
- `503` — Service unavailable. Common error codes include `SERVICE_UNAVAILABLE` and `SERVER_NOT_AVAILABLE`.

---

[API](https://skmtc.dev/davinci-app/apis/davinci-public-api.md) · [All operations](https://skmtc.dev/davinci-app/apis/davinci-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/davinci-app/davinci-public-api/revisions/d6e554d88cf6/schema)
