Aident logoAident logo centerAident Loadout
Use CasesPricingDocs
ENStart Now
AppsClickUp ToolsClickup Get Tasks
ClickUp Tools

Clickup Get Tasks

Retrieves tasks from a specified ClickUp list; only tasks whose home is the given list_id are returned. Closed and archived tasks are excluded by default. Key task attributes may appear only in the response `custom_fields` array, not top-level fields. Fields like `space`, `folde…

Write actionRisk level 2 of 5OAuth connection
Use Clickup Get Tasks

Pricing and limits

Aident logo

Product

Aident LoadoutAident Playbook EditorOpen-CUAK

About

AppsSkillsUse CasesDocsBlogPricingDownloadsPrivacy PolicyTerms of Service

Alternatives

vs Composiovs Zapier
llms.txtGet an AI summary of Aident LoadoutSummarize with ChatGPTSummarize with ClaudeSummarize with GeminiSummarize with Perplexity

© Aident Labs, 2024-2026

Pricing
Free
Unified payment
Not currently supported

Inputs

  • pageinteger
    The page number of results to fetch, starting at 0. Each page can contain up to 100 tasks. Iterate pages until the response `last_page` flag is true or the returned tasks list is empty to avoid silently missing tasks.
  • tagsarray
    Filter tasks by a list of tag names. Use URL encoding for tags with spaces (e.g., 'this%20tag').
  • list_idstring
    Required
    The ID of the list to retrieve tasks from. To find the list_id, copy the link to the list from the ClickUp UI; the list_id is the number following '/li' in the URL. Pass as a numeric string (e.g., '123456789').
  • reverseboolean
    Display tasks in reverse order based on the 'order_by' field.
  • archivedboolean
    Include or exclude archived tasks.
  • order_bystring
    Field to order tasks by. Valid options are: 'id', 'created', 'updated', and 'due_date'.
  • statusesarray
    Filter tasks by their status. Pass a list of status strings. Use URL encoding for statuses with spaces (e.g., 'to%20do'). To include closed tasks, use the `include_closed` parameter. Values must match workspace configuration exactly (case-sensitive, including spacing); mismatche…
  • subtasksboolean
    Include subtasks in the results.
  • assigneesarray
    Filter tasks by assignee user IDs. Accepts a single ID or a list of IDs. IDs can be numeric (e.g., 212519251) or strings (e.g., '212519251').
  • due_date_gtinteger
    Filter tasks with a due date greater than the provided Unix timestamp in milliseconds.
  • due_date_ltinteger
    Filter tasks with a due date less than the provided Unix timestamp in milliseconds.
  • custom_itemsarray
    Filter by custom task types. For example: `?custom_items[]=0&custom_items[]=1300`. Including `0` returns tasks. Including `1` returns Milestones. Including any other number returns the custom task type as defined in your Workspace.

Observable output

  • data
    Required
    Data from the action execution
  • errorstring
    Error if any occurred during the execution of the action
  • successfulboolean
    Required
    Whether or not the action execution was successful or not

Skills that use this Action

Related use cases

No verified related use cases are linked yet.

Official source

Provider source

Skills that use this Action

No published Skills explicitly reference this Action yet.