---
title: "Get task details"
method: GET
path: "/task_details"
tags: ["[v1] Task"]
---

# Get task details

`GET /task_details`

Get task details.

## Query parameters

- `tasks` string, required

## Response `200`

OK - if given ids are not found an empty array is returned.

- object[]
  - `task_id` number
  - `parent_id` number
  - `name` string
  - `color` string
  - `breadcrumb` string

---

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