---
title: "OPTIONS /my-tasks"
method: OPTIONS
path: "/my-tasks"
tags: ["Map"]
---

# OPTIONS /my-tasks

`OPTIONS /my-tasks`

OPTIONS operation for /my-tasks

## Response `200`

Successful response

- MyTaskSerializer
  - `id` integer
  - `name` string, required
  - `description_preview` string
  - `due_date` string, date
  - `order` integer
  - `is_internal` boolean
  - `is_optional` boolean
  - `created_at` string, date-time
  - `map_id` integer, required
  - `map_uuid` string, required
  - `map_name` string, required
  - `map_status` string, required
  - `map_expected_launch_date` string, date-time, required
  - `onboarder_company_slug` string, required
  - `onboardee_company_name` string, required
  - `onboardee_company_avatar` 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
  - `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)
