App Logo
app.clickup.com

List my assigned ClickUp tasks

Automatically list my assigned ClickUp tasks on app.clickup.com. Returns the tasks assigned to the signed-in person, as ClickUp's Home page shows them, with each task's status, priority, due date and the list it belongs to. Reports how the answer was confirmed, so an empty result is never mistaken for a page that had not finished loading.

Input

workspaceId optional

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

Output

tasks required
taskCount required
confirmedBy required

task-details means the tasks came from ClickUp's own answer and the page agreed with it. empty-card means the card was there with nothing in it, which is the weaker evidence of the two.

workspaceId required
url optional
accountUsed optional
renderedCount optional

FAQ

Returns the tasks assigned to the signed-in person, as ClickUp's Home page shows them, with each task's status, priority, due date and the list it belongs to. Reports how the answer was confirmed, so an empty result is never mistaken for a page that had not finished loading.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/list_my_tasks, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/list_my_tasks
You do not need one. "List my assigned ClickUp tasks" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Optional: workspaceId.
It returns url, tasks, taskCount, accountUsed, confirmedBy, workspaceId, renderedCount.
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_my_tasks, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/list_my_tasks
It is part of Reduck's official curated catalogue.

Start building not clicking