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

# Retrieve a project

`GET /projects/{project_id}`

## Path parameters

- `project_id` integer, required

## Response `200`

The requested project

- ProjectWithStudies
  - `budget` integer, nullable
  - `creation_date` string, date-time, required
  - `description` string, nullable
  - `funders` string, nullable
  - `id` integer, required
  - `image` integer, nullable
  - `last_modification` string, date-time, required
  - `name` string, required
  - `objectives` string, nullable
  - `tags` string[], required
  - `studies_count` integer, required

---

[API](https://skmtc.net/openrailassociation/apis/osrd-editoast.md) · [All operations](https://skmtc.net/openrailassociation/apis/osrd-editoast/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/openrailassociation/osrd-editoast/versions/1840dbbd64ac/schema)
