To learn more, visit the ClickUp documentation.

Basic Parameters

ParameterDescription
Folder IDThe ID of the folder.
Space IDThe ID of the space.
Team IDThe ID of the team (Workspace team type).

Advanced Parameters

ParameterDescription
ArchivedGet archived lists.

Example Output

{    "lists": [        {            "id": "124",            "name": "Updated List Name",            "orderindex": 1,            "content": "Updated List Content",            "status": {                "status": "red",                "color": "#e50000",                "hide_label": true            },            "priority": {                "priority": "high",                "color": "#f50000"            },            "assignee": null,            "task_count": null,            "due_date": "1567780450202",            "start_date": null,            "folder": {                "id": "456",                "name": "Folder Name",                "hidden": false,                "access": true            },            "space": {                "id": "789",                "name": "Space Name",                "access": true            },            "archived": false,            "override_statuses": false,            "permission_level": "create"        }    ]}

Workflow Library Example

Get Lists with Clickup and Send Results Via Email

Preview this Workflow on desktop