---
title: "Return related tasks"
method: GET
path: "/api/v3/projects/{project_id}/tasks/{id}/related"
tags: ["tasks"]
---

# Return related tasks

`GET /api/v3/projects/{project_id}/tasks/{id}/related`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Response `200`

Successful response

- TaskRelatedResponse[]
  - `bubbles` integer, required — Count of bubbles in the related task
  - `checklist` object, required — Count of check items in the related task
    - `checked` integer — Count of checked items in the related task
    - `total` integer — Count of total items in the related task
  - `creator_user_id` integer, required — ID the user who created this relation
  - `task_id` string, uuid, required — ID of the related task
  - `task_relation_id` string, uuid, required — ID of the relation

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
