---
title: "Get a list of tasks"
method: GET
path: "/tasks"
tags: ["Tasks"]
---

# Get a list of tasks

`GET /tasks`

## Query parameters

- `q` string
- `filter[assignee]` string[]
- `filter[relatedEntity]` string
- `filter[dateMin]` string
- `filter[dateMax]` string
- `page[limit]` string
- `page[page]` string

## Response `200`

A list of tasks

---

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