ClickUp - Get record details action

The Get record details action retrieves the details of any record, such as a task, using its ClickUp ID.

Input

Input fields load dynamically based on the object selection. For example, if you select the Task object, then the following fields are available.

Input fieldDescription
Task IDProvide the unique ID associated with the task to be retrieved.

Output

The output schema loads dynamically based on the object selection. For example, if you select the Task object, the following output is generated.

Output fieldsDescription
Task IDUnique identifier of the task automatically assigned by ClickUp.
Custom IDAn optional user-defined ID for the task, useful for external reference or integration.
NameTitle or name of the task.
Text contentAdditional textual content associated with the task, if any.
DescriptionDetailed information or explanation about the task.
StatusObject containing the information about task status, such as Status ID, Status, Color, Type, Order index, and more.
ArchivedField indicating whether the task is archived.
Order indexInternal value used to determine the task’s position/order in a list.
Date createdTimestamp of when the task was created.
Date updatedTimestamp of the most recent update made to the task.
Date closedTimestamp of when the task was marked as completed or closed.
CreatorThe object containing information about the user who created the task. Contains fields such as Username, Creator ID, Email, Color, and more.
AssigneesList of users assigned to the task. Contains fields such as Username, Assignee ID, Email, Color, and more.
WatchersList of users watch the task to receive notifications of updates. Contains fields such as Username, Watcher ID, Email, Color, and more.
ChecklistsList of checklists associated with the task, containing checklist items and their details.
TagsList of labels or keywords added to categorize or identify the task.
ParentParent task ID if this task is a subtask.
PriorityObject containing information about the priority level assigned to the task.
Due dateThe due date/time by which the task is expected to be completed.
Start dateThe start date and time for the task.
PointsNumeric value used for effort estimation.
Time estimateEstimated time to complete the task.
Time spentTotal time logged or tracked as spent on the task.
Custom fieldsList of custom fields configured for the task, including field names, types, and values.
DependenciesList of tasks that this task is dependent on or blocking.
Linked tasksList of other tasks linked to this one, often used for cross-referencing.
Team IDUnique identifier of the ClickUp team to which the task belongs.
URLDirect link to view the task in the ClickUp web interface.
Permission levelThe level of access the webhook or API user has for the task.
ListThe object containing details of the list within ClickUp that the task belongs to.
ProjectThe object containing details of the project in ClickUp.
FolderThe object containing details of the folder in which the list containing the task resides.
SpaceSpace ID under which the task resides.

Last updated: