---
title: "list resources for search"
method: GET
path: "/w/{workspace}/resources/list_search"
tags: ["resource"]
---

# list resources for search

`GET /w/{workspace}/resources/list_search`

## Path parameters

- `workspace` string, required

## Response `200`

resource list

- object[]
  - `path` string, required
  - `value` string, required — pretty-printed JSON rendering of the resource value, capped at 4000 characters — a search preview, not the value itself (use get_value for that)
  - `truncated` boolean, required — whether value was cut short by that cap

## Changes

- **2026-08-16** `c3a7465c46bb` — 1 breaking, 1 info
  - the `items/value` response's property type/format changed from ``/`` to `string`/`` for status `200`
  - added the required property `items/truncated` to the response with the `200` status

[Change history](https://skmtc.dev/windmill/apis/windmill-api/changes/w/:workspace/resources/list_search/get.md)

---

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