---
title: "GetProject returns information about a specific project"
method: GET
path: "/v1/projects/{id}"
---

# GetProject returns information about a specific project

`GET /v1/projects/{id}`

## Path parameters

- `id` string, required

## Response `200`

A successful response.

- V1GetProjectByIDResponse
  - `project` V1Project
    - `annotations` object
    - `archiveAssetId` string
    - `createdByUserId` string
    - `createdOn` string, date-time
    - `description` string
    - `devSlots` string, int64
    - `devTtlSeconds` string, int64
    - `directoryName` string
    - `frontendUrl` string — Note: Does NOT incorporate the parent org's custom domain.
    - `gitRemote` string
    - `id` string
    - `managedGitId` string — managed_git_id is set if the project is connected to a rill-managed git repo.
    - `name` string
    - `orgId` string
    - `orgName` string
    - `overrideDiskGb` string, int64
    - `primaryBranch` string
    - `primaryDeploymentId` string
    - `prodSlots` string, int64
    - `prodTtlSeconds` string, int64
    - `prodVersion` string
    - `provisioner` string
    - `public` boolean
    - `subpath` string
    - `updatedOn` string, date-time

## Other responses

- `default` — An unexpected error response.

## Changes

> 54 revisions in range; 1 could not be searched.

- **2026-05-13** (v1) `a33e730a9000` — 1 info
  - added the optional property `project/overrideDiskGb` to the response with the `200` status
- **2026-05-06** (v1) `0aeb660cd27f` — 1 info
  - added the optional property `project/devTtlSeconds` to the response with the `200` status
- **2025-12-19** (v1) `c0043bbd6982` — 2 warning, 2 info
  - removed the optional property `project/prodBranch` from the response with the `200` status
  - removed the optional property `project/prodDeploymentId` from the response with the `200` status
  - added the optional property `project/primaryBranch` to the response with the `200` status
  - added the optional property `project/primaryDeploymentId` to the response with the `200` status
- **2025-12-11** (v1) `f317ff96998d` — 4 warning, 2 info
  - removed the optional property `project/devTtlSeconds` from the response with the `200` status
  - removed the optional property `project/overrideDiskGb` from the response with the `200` status
  - removed the optional property `project/primaryBranch` from the response with the `200` status
  - removed the optional property `project/primaryDeploymentId` from the response with the `200` status
  - …2 more

[Change history](https://skmtc.dev/rilldata/apis/rill-admin-api/changes/v1/projects/:id/get.md)

---

[API](https://skmtc.dev/rilldata/apis/rill-admin-api.md) · [All operations](https://skmtc.dev/rilldata/apis/rill-admin-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rilldata/rill-admin-api/revisions/abe7a430f373/schema)
