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

# GET /history/map-tasks

`GET /history/map-tasks`

GET operation for /history/map-tasks

## Response `200`

Successful response

- object
  - `count` integer
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` HistoryMapTasksSerializer[]
    - `id` integer
    - `name` string, required
    - `description` string
    - `order` integer
    - `status` 'open' | 'complete'
    - `is_section` boolean
    - `client_visibility` 'show_when_map_created' | 'hide_when_map_created' | 'show_when_prev_section_complete'
    - `is_internal` boolean
    - `is_optional` boolean
    - `onboardee_user` string, required
    - `onboarder_user` string, required
    - `due_date` string, date
    - `completed_by_onboardee_user` string, required
    - `completed_by_onboarder_user` string, required
    - `completed_at` string, date-time
    - `history_date` string, date-time
    - `roadmap` string, required
    - `event_type` string, required
    - `estimated_time` integer
    - `estimated_time_unit` 'minutes' | 'hours' | 'days'
    - `estimated_time_raw` integer
    - `time_spent` number, float
    - `time_spent_unit` 'minutes' | 'hours' | 'days'
    - `time_spent_raw` integer
    - `external_id` string
    - `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)
