App Logo
app.clickup.com

Find a ClickUp list by name

Automatically find a ClickUp list by name on app.clickup.com. Looks up ClickUp lists by name and returns each match with its identifier and its full location, so a list name can be turned into the identifier other ClickUp scripts need. Every match is returned rather than one being guessed at.

Input

name required

The list name to look for. Matching ignores case and surrounding spaces. An exact match wins; if there is none, lists containing the text are returned instead.

workspaceId optional

Numeric ClickUp workspace id. Omit to use whichever workspace ClickUp opens by default.

Output

query required
matches required
matchType required
matchCount required
totalLists required
workspaceId required

FAQ

Looks up ClickUp lists by name and returns each match with its identifier and its full location, so a list name can be turned into the identifier other ClickUp scripts need. Every match is returned rather than one being guessed at.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/find_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/find_list
You do not need one. "Find a ClickUp list by name" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Required: name. Optional: workspaceId.
It returns query, matches, matchType, matchCount, totalLists, workspaceId.
Yes. It acts as you on app.clickup.com: on your own Chrome it reuses your session, and on a Reduck-hosted browser it loads the app.clickup.com cookies saved by the Reduck extension.
It only reads. It looks things up on app.clickup.com and changes nothing there.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/find_list, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/find_list
It is part of Reduck's official curated catalogue.

Start building not clicking