---
title: "Find tasks on a project"
method: GET
path: "/v1/workspaces/{workspaceId}/projects/{projectId}/tasks"
tags: ["Task"]
---

# Find tasks on a project

`GET /v1/workspaces/{workspaceId}/projects/{projectId}/tasks`

## Path parameters

- `projectId` string, required — Represents a project identifier across the system.
- `workspaceId` string, required — Represents a workspace identifier across the system.

## Query parameters

- `name` string — If provided, you'll get a filtered list of tasks that matches the provided string in their name.
- `strict-name-search` boolean — Flag to toggle on/off strict search mode. When set to true, search by name only will return tasks whose name exactly matches the string value given for the 'name' parameter. When set to false, results will also include tasks whose name contain the string value, but could be longer than the string value itself. For example, if there is a task with the name 'applications', and the search value is 'app', setting strict-name-search to true will not return that task in the results, whereas setting it to false will.
- `is-active` boolean — Filters search results whether task is active or not.
- `page` integer — Page number.
- `page-size` integer — Page size.
- `sort-column` 'ID' | 'NAME'
- `sort-order` 'ASCENDING' | 'DESCENDING'

## Response `200`

OK

- TaskDtoV1[] — unresolved $ref

---

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