---
title: "Get project details by ID"
method: GET
path: "/v1/spaces/{spaceId}/projects/{projectId}"
tags: ["Projects"]
---

# Get project details by ID

`GET /v1/spaces/{spaceId}/projects/{projectId}`

Fetches the details of a specific project by its ID within a given space.

## Path parameters

- `spaceId` integer, required
- `projectId` integer, required

## Headers

- `X-Org-Id` integer, required

## Response `200`

OK

## Changes

- **2026-08-15** `2e610947dac4` — 1 warning, 21 info
  - removed the optional property `data/totalCost` from the response with the `200` status
  - added the optional property `data/actualCost` to the response with the `200` status
  - added the optional property `data/alertThresholdPercent` to the response with the `200` status
  - added the optional property `data/capUsedPercent` to the response with the `200` status
  - …18 more
- **2026-08-08** `237f5bbd4029` — 1 breaking, 1 info
  - removed the media type `application/hal+json` for the response with the status `200`
  - added the media type `application/vnd.hal+json` for the response with the status `200`

[Change history](https://skmtc.dev/astravue/apis/astravue-api/changes/v1/spaces/:spaceId/projects/:projectId/get.md)

---

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