> ## 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 Tasks

View the tasks in a List. Responses are limited to 100 tasks per page. You can only view task information of tasks you can access.

This action only includes tasks where the specified `List ID` is their home List. Tasks added to the  `List ID` with a different home List are not included in the response.

<Note>
  External Documentation

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

## Basic Parameters

<div className="integrations-table">
  | Parameter | Description                                                                                                                                                                                                                                                                                                                                            |
  | --------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
  | Folder ID | The ID of the folder.                                                                                                                                                                                                                                                                                                                                  |
  | List ID   | The ID of the list.<br /><br />To get the list ID:<br />\* Use the action `Get Lists`.<br />\* Or, get it from the ClickUp platform:<br />  1. In the Sidebar, hover over the List and click the ellipsis ... menu.<br />  2. Select Copy link.<br />  3. Use the copied URL to find the listId. The listId is the number that follows /li in the URL. |
  | Order By  | Order by a particular field. By default, tasks are ordered by created.                                                                                                                                                                                                                                                                                 |
  | Reverse   | Tasks are displayed in reverse order.                                                                                                                                                                                                                                                                                                                  |
  | Space ID  | The ID of the space.                                                                                                                                                                                                                                                                                                                                   |
  | Statuses  | Filter by statuses. To include closed tasks, use the `Include Closed` parameter.                                                                                                                                                                                                                                                                       |
  | Subtasks  | Include or exclude subtasks. By default, subtasks are excluded.                                                                                                                                                                                                                                                                                        |
  | Team ID   | The ID of the team (Workspace team type).                                                                                                                                                                                                                                                                                                              |
</div>

## Advanced Parameters

<div className="integrations-table">
  | Parameter      | Description                                          |
  | -------------- | ---------------------------------------------------- |
  | Archived       | Get archived lists.                                  |
  | Created After  | Retrieve tasks created after a specified date.       |
  | Created Before | Retrieve tasks created before a specified date.      |
  | Include Closed | Include closed tasks. By default, they are excluded. |
  | Page           | Page to fetch (starts at 0).                         |
</div>

## Example Output

```json theme={"dark"}
[
	{
		"id": "<string>",
		"connection_yaml_name": "<string>"
	},
	{
		"id": "<string>",
		"connection_yaml_name": "<string>"
	}
]
```

## Workflow Library Example

[List Tasks with Clickup and Send Results Via Email](https://library.blinkops.com/workflows/list-tasks-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-tasks-with-clickup-and-send-results-via-email/canvas" />
</div>
