Skip to main content
Question

How to get File's all information while listing it Via 'List items in Folder' API endpoint

  • May 23, 2025
  • 1 reply
  • 10 views

Forum|alt.badge.img

Hi,

I want to list files with all information. The below endpoint provides a few details on file. How can I list all files in a folder with their FULL information variant?

https://api.box.com/2.0/folders/:folder_id/items

Note:
I don't want to make an API call for each file separately to get its full metadata. 

1 reply

Forum|alt.badge.img

Hi Dhruvin,

If you don't want to do extra API calls, then it is not possible.