---
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[]

## Changes

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

- **2021-05-29** `524ee216ae6a` — 1 info
  - added the new optional `query` request parameter `with_results`
- **2021-01-31** `ecd12e02213d` — 1 info
  - added the media type `application/json` for the response with the status `200`
- **2021-01-31** `6dffc3a4de00` — 1 breaking, 1 warning
  - removed the media type `application/json` for the response with the status `200`
  - deleted the `query` request parameter `with_results`

[Change history](https://skmtc.dev/kraken-ci/apis/server-api/changes/projects/:project_id/get.md)

---

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