---
title: "List tasks"
method: GET
path: "/public/v1/objects/{name}/rows/{rowId}/tasks"
tags: ["Object tasks"]
---

# List tasks

`GET /public/v1/objects/{name}/rows/{rowId}/tasks`

Returns tasks attached to a row.

## Path parameters

- `name` string, required
- `rowId` string, required

## Response `200`

Tasks

- object
  - `ok` true, required
  - `data` object[], required
    - `id` number, required
    - `row_id` string, required
    - `content` string, required
    - `due_date` string, nullable
    - `assignee_ids` number[]
    - `completed` boolean, required
    - `completed_at` string, nullable
    - `created_by` number, nullable
    - `created_at` string, nullable, required
    - `updated_at` string, nullable, required

## Other responses

- `400` — Bad Request
- `401` — Unauthorized
- `404` — Not Found

---

[API](https://skmtc.net/getfrontline/apis/public-api.md) · [All operations](https://skmtc.net/getfrontline/apis/public-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/getfrontline/public-api/versions/9d33b6aad674/schema)
