View the Lists within a Folder.
External DocumentationTo 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

{
	"id": "<string>",
	"name": "<string>",
	"orderindex": 3,
	"status": null,
	"priority": null,
	"assignee": null,
	"task_count": 30,
	"due_date": null,
	"start_date": null,
	"folder": {
		"id": "<string>",
		"name": "<string>",
		"hidden": false,
		"access": true
	},
	"space": {
		"id": "<string>",
		"name": "<string>",
		"access": true
	},
	"archived": false,
	"override_statuses": false,
	"permission_level": "<string>"
}

Workflow Library Example

Get Lists with Clickup and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop