---
title: "GET /team-tasks"
method: GET
path: "/team-tasks"
tags: ["Map"]
---

# GET /team-tasks

`GET /team-tasks`

GET operation for /team-tasks

## Response `200`

Successful response

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` TeamTaskSerializer[]
    - `id` integer
    - `name` string, required
    - `description_preview` string
    - `due_date` string, date
    - `is_internal` boolean
    - `is_optional` boolean
    - `created_at` string, date-time
    - `map_id` integer, required
    - `map_name` string, required
    - `map_status` string, required
    - `map_expected_launch_date` string, date-time, required
    - `onboardee_company_name` string, required
    - `onboardee_company_avatar` string, required
    - `roadmap_id` string
    - `roadmap_status` string
    - `description` string
    - `status` 'open' | 'complete'
    - `is_section` boolean
    - `is_hidden` boolean
    - `onboarder_user` string
    - `onboarder_user_id` integer
    - `onboardee_user` string
    - `onboardee_user_id` integer
    - `modified_at` string, date-time
    - `completed_at` string, date-time
    - `time_spent` number, float
    - `time_spent_unit` 'minutes' | 'hours' | 'days'
    - `time_spent_raw` integer
    - `external_id` string
    - `time_tracking_enabled` boolean
    - `is_ttv` boolean — Time to Value task - only one task per project template, global tasks, or roadmap can be marked as TTV

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `404` — Not found

---

[API](https://skmtc.dev/onboard/apis/onboard-api-complete-specification.md) · [All operations](https://skmtc.dev/onboard/apis/onboard-api-complete-specification/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/onboard/onboard-api-complete-specification/revisions/3d0f0a6a632d/schema)
