---
title: "GET /v4/projects/{id}"
method: GET
path: "/v4/projects/{id}"
tags: ["Project"]
---

# GET /v4/projects/{id}

`GET /v4/projects/{id}`

## Path parameters

- `id` integer, required

## Response `200`

Successful operation

- object
  - `data` ProjectV4, required
    - `id` integer, required
    - `customers_id` integer, required
    - `name` string, required
    - `number` string, nullable, required
    - `active` boolean, required
    - `billable_default` boolean, required
    - `note` string, nullable — Only with necessary access rights
    - `billed_money` number, float, nullable — Only with necessary access rights
    - `billed_completely` boolean, nullable — Only with necessary access rights
    - `completed` boolean, required
    - `completed_at` string, date-time, nullable, required
    - `revenue_factor` number, float, nullable — Only with necessary access rights.\n`null` for a project with hard budget that hasn't been completed yet.\nFor a project with hard budget which has been completed with a budget usage of 400%, the factor is `0.25`.\n`1` for projects without budget or with soft budget.
    - `deadline` string, date, nullable
    - `start_date` string, date, nullable — Date when the project becomes available for time tracking
    - `automatic_completion` boolean — Whether the project will be completed automatically when the deadline is reached
    - `test_data` boolean, required
    - `count_subprojects` integer, required — Number of subprojects
    - `budget` ProjectBudgetV4
      - `monetary` boolean, required
      - `hard` boolean, required
      - `from_subprojects` boolean, required
      - `interval` 0 | 1 | 2 | 3, required — Possible values: - `0`: Weekly - `1`: Monthly - `2`: Quarterly - `3`: Yearly
      - `amount` number, float, nullable, required
      - `subprojects_budget_total` number, float, required
      - `notification_thresholds` Thresholds[]
    - `bill_service_id` string, nullable
    - `service_assignments` integer[], required

## Other responses

- `400` — Bad request

---

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