app.clickup.com
Get Current User
Automatically get Current User on app.clickup.com. Get the signed-in ClickUp account's full name and email from My Settings > Profile.
Input
None
Output
name requiredemail requiredFAQ
Get the signed-in ClickUp account's full name and email from My Settings > Profile.
Ask an AI agent connected to Reduck to run reduck/app.clickup.com/get_current_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/get_current_user
You do not need one. "Get Current User" drives the real app.clickup.com pages in a browser, so it works whether or not app.clickup.com offers an API for this.
Nothing. It takes no input.
It returns name, email.
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/get_current_user, or run it from a terminal with the Reduck CLI: npx @reduck-ai/cli@latest run --script reduck/app.clickup.com/get_current_user
It is part of Reduck's official curated catalogue.
ClickUp — list invoices
List a ClickUp workspace's billing invoices (date, number, amount); optional download saves each PDF to the browser's Downloads folder.
Read a ClickUp Doc
Returns the full text of a ClickUp Doc, page by page, including subpages and where each one sits in the page tree. Accepts the doc's link or its id.
List the tasks in a ClickUp list
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.
