Export a ClickUp document to text
Retrieve and export the content of all pages within a specified ClickUp document as a single concatenated text.
Run this query
To run this query, you can use the following command:
anyquery run export_a_document_to_text
Arguments
Workspace ID
The ID of the workspace containing the document to export.
Document ID
The ID of the document to export.
Additional informations
Source code AuthorTip
You can also run local queries using the anyquery run command. Just pass the path to the query file as an argument (e.g. anyquery run path/to/query.sql).