Skip to main content

Get Task

View information about a task. You can only view task information of tasks you can access.

External Documentation

To learn more, visit the ClickUp documentation.

Basic Parameters

ParameterDescription
Task IDThe ID of the task. Can be retrieved from the List Tasks action.

Advanced Parameters

ParameterDescription
Custom Task IDsIf you want to reference a task by its custom task id, this value must be true.
Team IDOnly used when the Custom Task IDs parameter is set to true.

Example Output

{
"id": "string",
"custom_id": "string",
"custom_item_id": 0,
"name": "string",
"text_content": "string",
"description": "string",
"status": {
"status": "in progress",
"color": "#d3d3d3",
"orderindex": 1,
"type": "custom"
},
"orderindex": "string",
"date_created": "string",
"date_updated": "string",
"date_closed": "string",
"creator": {
"id": 183,
"username": "John Doe",
"color": "#827718",
"profilePicture": "https://attachments-public.clickup.com/profilePictures/183_abc.jpg"
},
"assignees": [
"string"
],
"watchers": [
"string"
],
"checklists": [
"string"
],
"tags": [
"string"
],
"parent": "string",
"priority": "string",
"due_date": "string",
"start_date": "string",
"points": 0,
"time_estimate": "string",
"time_spent": "string",
"custom_fields": [
{
"id": "string",
"name": "string",
"type": "string",
"type_config": {},
"date_created": "string",
"hide_from_guests": true,
"value": {
"id": 183,
"username": "John Doe",
"email": "john@example.com",
"color": "#7b68ee",
"initials": "JD",
"profilePicture": null
},
"required": true
}
],
"list": {
"id": "123"
},
"folder": {
"id": "456"
},
"space": {
"id": "789"
},
"url": "string",
"markdown_description": "string",
"attachments": [
{
"id": "62447c77-2086-4cda-b274-f53eccf0547b.csv",
"date": 1711570108374,
"title": "Canny - Exported posts - 2024-03-09.csv",
"type": 1,
"source": 1,
"version": 0,
"extension": "csv",
"thumbnail_small": null,
"thumbnail_medium": null,
"thumbnail_large": null,
"is_folder": null,
"mimetype": "text/csv",
"hidden": false,
"parent_id": "36fjfqy",
"size": 140970,
"total_comments": 0,
"resolved_comments": 0,
"user": [
{
"id": [
{
"type": "integer",
"contentEncoding": "int32"
}
],
"username": {
"type": "string"
},
"initials": {
"type": "string"
},
"email": {
"type": "string"
},
"color": {
"type": "string"
},
"profilePicture": {
"type": "string"
}
}
],
"deleted": false,
"orientation": null,
"url": "https://t6931406.p.clickup-attachments.com/t6931406/62447c77-2086-4cda-b274-f53eccf0547b/Canny%20-%20Exported%20posts%20-%202024-03-09.csv",
"email_data": null,
"url_w_query": "https://t6931406.p.clickup-attachments.com/t6931406/62447c77-2086-4cda-b274-f53eccf0547b/Canny%20-%20Exported%20posts%20-%202024-03-09.csv?view=open",
"url_w_host": "https://t6931406.p.clickup-attachments.com/t6931406/62447c77-2086-4cda-b274-f53eccf0547b/Canny%20-%20Exported%20posts%20-%202024-03-09.csv"
}
]
}

Workflow Library Example

Get Task with Clickup and Send Results Via Email

Workflow LibraryPreview this Workflow on desktop