> ## Documentation Index
> Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Folders

View the Folders in a Space.

<Note>
  External Documentation

  To learn more, visit the [ClickUp documentation](https://clickup.com/api/clickupreference/operation/GetFolders/).
</Note>

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                               |
  | --------- | ----------------------------------------- |
  | Space ID  | The ID of the space.                      |
  | Team ID   | The ID of the team (Workspace team type). |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter | Description           |
  | --------- | --------------------- |
  | Archived  | Get archived folders. |
</div>

## Example Output

```json theme={"dark"}
{
	"folders": [
		{
			"id": "<string>",
			"name": "<string>",
			"orderindex": 10,
			"override_statuses": false,
			"hidden": false,
			"space": {
				"id": "<string>",
				"name": "<string>"
			},
			"task_count": "<string>",
			"archived": false,
			"statuses": [],
			"lists": [
				{
					"id": "<string>",
					"name": "<string>",
					"orderindex": 2,
					"status": {
						"status": "<string>",
						"color": "<string>",
						"hide_label": true
					},
					"priority": null,
					"assignee": null,
					"task_count": 1,
					"due_date": "<string>",
					"start_date": "<string>",
					"space": {
						"id": "<string>",
						"name": "<string>",
						"access": true
					},
					"archived": false,
					"override_statuses": true,
					"statuses": [
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 8,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						}
					],
					"permission_level": "<string>"
				},
				{
					"id": "<string>",
					"name": "<string>",
					"orderindex": 5,
					"status": null,
					"priority": null,
					"assignee": null,
					"task_count": 4,
					"due_date": "<string>",
					"start_date": "<string>",
					"space": {
						"id": "<string>",
						"name": "<string>",
						"access": true
					},
					"archived": false,
					"override_statuses": false,
					"statuses": [
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 2,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						},
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 2,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						}
					],
					"permission_level": "<string>"
				}
			],
			"permission_level": "<string>"
		},
		{
			"id": "<string>",
			"name": "<string>",
			"orderindex": 12,
			"override_statuses": true,
			"hidden": false,
			"space": {
				"id": "<string>",
				"name": "<string>"
			},
			"task_count": "<string>",
			"archived": false,
			"statuses": [
				{
					"id": "<string>",
					"status": "<string>",
					"type": "<string>",
					"orderindex": 1,
					"color": "<string>"
				},
				{
					"id": "<string>",
					"status": "<string>",
					"type": "<string>",
					"orderindex": 1,
					"color": "<string>"
				}
			],
			"lists": [
				{
					"id": "<string>",
					"name": "<string>",
					"orderindex": 0,
					"content": "<string>",
					"status": null,
					"priority": null,
					"assignee": null,
					"task_count": 1485,
					"due_date": null,
					"start_date": null,
					"space": {
						"id": "<string>",
						"name": "<string>",
						"access": true
					},
					"archived": false,
					"override_statuses": false,
					"statuses": [
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 1,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						},
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 1,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						}
					],
					"permission_level": "<string>"
				},
				{
					"id": "<string>",
					"name": "<string>",
					"orderindex": 3,
					"content": "<string>",
					"status": null,
					"priority": null,
					"assignee": null,
					"task_count": 33,
					"due_date": null,
					"start_date": null,
					"space": {
						"id": "<string>",
						"name": "<string>",
						"access": true
					},
					"archived": false,
					"override_statuses": false,
					"statuses": [
						{
							"id": "<string>",
							"status": "<string>",
							"orderindex": 15,
							"color": "<string>",
							"type": "<string>",
							"status_group": "<string>"
						}
					],
					"permission_level": "<string>"
				}
			],
			"permission_level": "<string>"
		}
	]
}
```

## Workflow Library Example

[List Folders with Clickup and Send Results Via Email](https://library.blinkops.com/workflows/list-folders-with-clickup-and-send-results-via-email)

<div className="iframe-wrapper">
  <div className="iframe-media">
    <img src="https://mintcdn.com/blinkops-2/ojHYuDeYX5FWuN8a/img/Icons/play-box.svg?fit=max&auto=format&n=ojHYuDeYX5FWuN8a&q=85&s=b8af968e71438a9499c3223c9bd29fb2" alt="Workflow Library" width="16" height="16" data-path="img/Icons/play-box.svg" />

    Preview this Workflow on desktop
  </div>

  <iframe className="iframe" src="https://library.blinkops.com/workflows/list-folders-with-clickup-and-send-results-via-email/canvas" />
</div>
