---
title: "Get project"
method: GET
path: "/projects/{project_id}"
tags: ["Management"]
---

# Get project

`GET /projects/{project_id}`

Get project details

## Path parameters

- `project_id` integer, required

## Query parameters

- `with_results` boolean

## Response `200`

Project details

- Project
  - `id` integer
  - `name` string
  - `webhooks` object
  - `branches` object[]

---

[API](https://skmtc.net/kraken-ci/apis/server-api.md) · [All operations](https://skmtc.net/kraken-ci/apis/server-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/kraken-ci/server-api/versions/1f2ae877f985/schema)
