activities
latest
false
UiPath logo, featuring letters U and I in white

Integration Service Activities

Last updated Mar 12, 2026

Get Folder Items

Project compatibility

Windows | Cross-platform

Overview

DescriptionAPI MethodAPI 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

ParameterDescriptionData Type
FolderThe folder from which to retrieve the list of itemsdata list
Content to returnSpecifies the types of items to include in the response. Options include Files, Folders, Web Links, Files and Folders options
Max recordsThe maximum number of resources to returnint32
WhereA CEQL (Content Engine Query Language) expression used to filter returned items string

Output

ParameterDescriptionData Type
Get FolderThe 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.
  • Project compatibility
  • Overview
  • Input
  • Output

Was this page helpful?

Connect

Need help? Support

Want to learn? UiPath Academy

Have questions? UiPath Forum

Stay updated