App Logo
app.clickup.com

List the tasks in a ClickUp list

Automatically list the tasks in a ClickUp list on app.clickup.com. Reads the tasks shown in one ClickUp list, in the order the list displays them, returning each task's identifier, name, status, assignees and link. Pair it with the ClickUp list lookup to go from a list name to its identifier.

Input

listId required

Numeric ClickUp list id, as returned by the ClickUp list lookup.

workspaceId optional

Numeric ClickUp workspace id. Supplying it skips a lookup step and is faster; omit it to let ClickUp resolve the default workspace first.

Output

tasks required
listId required
listName required
taskCount required
workspaceId required
renderedRowCount required
listArchived optional
hydratedForEveryRow optional

FAQ

Reads the tasks shown in one ClickUp list, in the order the list displays them, returning each task's identifier, name, status, assignees and link. Pair it with the ClickUp list lookup to go from a list name to its identifier.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/list_tasks, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/list_tasks
You do not need one. "List the tasks in a ClickUp list" 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: listId. Optional: workspaceId.
It returns tasks, listId, listName, taskCount, workspaceId, listArchived, renderedRowCount, hydratedForEveryRow.
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/list_tasks, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/list_tasks
It is part of Reduck's official curated catalogue.

Start building not clicking