---
title: "Retrieve a project"
method: GET
path: "/task/{connection_id}/project/{id}"
tags: ["task", "project"]
---

# Retrieve a project

`GET /task/{connection_id}/project/{id}`

## Path parameters

- `connection_id` string, required
- `id` string, required

## Query parameters

- `fields` string[]
- `raw` string

## Response `200`

Successful

- TaskProject
  - `id` string
  - `created_at` string, date-time
  - `updated_at` string, date-time
  - `name` string
  - `parent_id` string
  - `user_ids` string[]
  - `group_ids` string[]
  - `description` string
  - `has_tasks` boolean
  - `has_children` boolean
  - `metadata` TaskMetadata[]
    - `id` string
    - `value` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `namespace` string
    - `format` 'TEXT' | 'NUMBER' | 'DATE' | 'BOOLEAN' | 'FILE' | 'TEXTAREA' | 'SINGLE_SELECT' | 'MULTIPLE_SELECT' | 'MEASUREMENT' | 'PRICE' | 'YES_NO' | 'CURRENCY' | 'URL'
    - `extra_data` union
      - object
      - string
      - number
      - boolean
      - union[]
        - union
          - object
          - string
          - number
          - boolean
    - `slug` string
  - `raw` object

## Changes

- **2026-09-09** `3bea28547cc7` — 2 warning
  - removed the optional property `metadata/items/key` from the response with the `200` status
  - removed the optional property `metadata/items/type` from the response with the `200` status

[Change history](https://skmtc.dev/unified/apis/unified-to-api/changes/task/:connection_id/project/:id/get.md)

---

[API](https://skmtc.dev/unified/apis/unified-to-api.md) · [All operations](https://skmtc.dev/unified/apis/unified-to-api/llms.txt) · [OpenAPI document](https://skmtc.dev/unified/apis/unified-to-api/revisions/e0a7ff925921?raw)
