---
title: "Search for nodes in the workspace (streaming)"
method: GET
path: "/api/v1/w/{wId}/search"
tags: ["Search"]
---

# Search for nodes in the workspace (streaming)

`GET /api/v1/w/{wId}/search`

Search for nodes in the workspace with SSE streaming

## Path parameters

- `wId` string, required

## Query parameters

- `query` string, required
- `limit` integer
- `cursor` string
- `viewType` 'all' | 'document' | 'table'
- `spaceIds` string
- `includeDataSources` boolean
- `searchSourceUrls` boolean
- `includeTools` boolean

## Response `200`

Search results streamed successfully

## Other responses

- `400` — Bad request
- `401` — Unauthorized

---

[API](https://skmtc.net/dust-tt/apis/dust-api-documentation.md) · [All operations](https://skmtc.net/dust-tt/apis/dust-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/dust-tt/dust-api-documentation/versions/5834d690c29d/schema)
