---
title: "Lists tasks assigned to the specified user"
method: GET
path: "/tasks"
tags: ["Task"]
---

# Lists tasks assigned to the specified user

`GET /tasks`

Returns a list of tasks assigneed to the userId specified in the request. Only company admins can view tasks that were not created by them and are not assigned to them.

## Query parameters

- `userId` string
- `status` integer
- `role` integer
- `order` integer
- `type` string[]
- `documentId` string
- `offset` integer
- `limit` integer

## Response `default`

default response

---

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