search_docs
Locate ClickUp Docs by searching titles/content or browsing under a parent container. Returns IDs, titles, and locations for further actions.
Instructions
Search or list Docs in a Workspace (ClickUp Docs v3). Returns matching Docs with their ids, titles and locations. Use to find a doc_id by keyword or to browse Docs under a parent. Paginate with cursor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| team_id | No | Team/Workspace ID. Falls back to CLICKUP_TEAM_ID when omitted. | |
| query | No | Text to search Doc titles/content for. Omit to list all Docs. | |
| parent_id | No | Restrict results to Docs under this parent container's id. | |
| parent_type | No | Type of the parent container (used together with parent_id). | |
| cursor | No | Pagination cursor (the `next_cursor` returned by a previous call). | |
| limit | No | Maximum number of Docs to return in this page. | |
| include_archived | No | If true, also include archived Docs. Defaults to false. |