---
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

## Changes

- **2026-08-29** `5fa7a57a26dd` — 1 info
  - added the optional property `items/items/workflowState` to the response with the `default` status

[Change history](https://skmtc.dev/onshape/apis/onshape-rest-api/changes/tasks/get.md)

---

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