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

# Get a Project

`GET /projects/{id}`

Get a Project

## Path parameters

- `id` string, required

## Response `200`

Project retrieved successfully

- object
  - `data` Project
    - `id` string
    - `name` string
    - `client_id` integer
    - `ext_tool_id` integer
    - `info` string
    - `color` string
    - `active` boolean
    - `billable` boolean
    - `acronym` string
    - `image_id` string — The image id to fetch it over /img/{id}
    - `demo_flag` boolean

## Other responses

- `401` — Error: Unauthorized
- `404` — Resource or page not found.

---

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