---
title: "Task search"
method: POST
path: "/api/v3/workspaces/{workspace}/task-search/"
---

# Task search

`POST /api/v3/workspaces/{workspace}/task-search/`

Semantic search over tasks (codebundles/SLXs) in the workspace.

## Path parameters

- `workspace` string, required

## Request body

- TaskSearchRequest
  - `query` string — Natural language or keyword search
  - `limit` integer
  - `filters` object

## Response `200`

Search results

- TaskSearchResultList
  - `count` integer
  - `results` TaskSearchResult[]
    - `taskName` string
    - `slxName` string
    - `score` number
    - `snippet` string

---

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