---
title: "Retrieve forecast cost for a specific project"
method: GET
path: "/rest/api/v1/projects/{projectId}/costs/forecast"
tags: ["Project API"]
---

# Retrieve forecast cost for a specific project

`GET /rest/api/v1/projects/{projectId}/costs/forecast`

## Path parameters

- `projectId` string, uuid, required

## Response `200`

OK

- ForecastDTO
  - `currency` CurrencyTypeDTO — You have only to set the id e.g 1 for USD, 2 for EUR, 3 for CHF. Example: {id:1}
    - `id` integer, required
    - `name` string
  - `positions` string[]
  - `total` number

---

[API](https://skmtc.net/metacopier/apis/metacopier-api.md) · [All operations](https://skmtc.net/metacopier/apis/metacopier-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/metacopier/metacopier-api/revisions/ff1699330afa/schema)
