Get file information uploaded to storage bucket

I would like to retrieve information (upload date, etc.) of files uploaded to the storage bucket.
What should I do?

@bbbb

I dont think that level of details are not exposed in api as well

Cheers

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:

1 Like

Thanks Sven, using Audit did not came to my mind, and it is located above Buckets in Swagger. lol

1 Like

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