# Get Folder Items

> Windows | Cross-platform

## Project compatibility

Windows | Cross-platform

## Overview

| Description | API Method | API Path |
| --- | --- | --- |
| This operation retrieves the items contained in a specific folder, including files, subfolders, and web links. Pagination and filtering options allow refined control over what is returned. | GET | /folders/{folder_id}/items |

## Input

| Parameter | Description | Data Type |
| --- | --- | --- |
| Folder | The folder from which to retrieve the list of items | data list |
| Content to return | Specifies the types of items to include in the response. Options include Files, Folders, Web Links, Files and Folders | options |
| Max records | The maximum number of resources to return | int32 |
| Where | A CEQL (Content Engine Query Language) expression used to filter returned items | string |

## Output

| Parameter | Description | Data Type |
| --- | --- | --- |
| Get Folder | The complete response containing all items in the folder, subject to applied filters and pagination. | object |

:::note
* In API workflows, a single response object is returned as the output. Any required fields can be extracted directly from this object.
* In RPA workflows, some output parameters may differ, but the necessary values can still be retrieved from the response object even if they are not explicitly exposed.
:::
