---
title: "List to-dos assigned to a user"
method: GET
path: "/users/{user_id}/tasks"
tags: ["To-dos"]
---

# List to-dos assigned to a user

`GET /users/{user_id}/tasks`

## Path parameters

- `user_id` string, required

## Query parameters

- `page` string
- `per_page` string

## Response `200`

Successful operation

---

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