I would like to retrieve information (upload date, etc.) of files uploaded to the storage bucket.
What should I do?
Hi
As @Anil_G wrote we don have that level of details.
List storage activity output throws only basic info
I have tested API as well
/odata/Buckets(X)/UiPath.Server.Configuration.OData.GetFile?path=ā
You could get information from the Audit part of your tenant.
Component = Bucket.
You can get them via the orchestrator API as well:
Thanks Sven, using Audit did not came to my mind, and it is located above Buckets in Swagger. lol
hello
Can you explain how I can get it?
Iām trying to manage storage buckets.
We plan to delete all files that have been uploaded more than a week ago.
To do that, I need upload information for files uploaded to the storage bucket. How can I get it?
Everything you need is documented here:
Orchestrator - Building API Requests (uipath.com)
And this thread might help you
UiPath Orchestrator API - Guide - Help / Orchestrator - UiPath Community Forum