---
title: "Search for tasks based in payload and other parameters"
method: GET
path: "/api/tasks/search"
tags: ["task-resource"]
---

# Search for tasks based in payload and other parameters

`GET /api/tasks/search`

use sort options as sort=<field>:ASC|DESC e.g. sort=name&sort=workflowId:DESC. If order is not specified, defaults to ASC

## Query parameters

- `start` integer
- `size` integer
- `sort` string
- `freeText` string
- `query` string

## Response `200`

OK

---

[API](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server.md) · [All operations](https://skmtc.dev/orkescloud/apis/orkes-conductor-api-server/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/orkescloud/orkes-conductor-api-server/revisions/6ebf0c14ac41/schema)
