How to get all repository RIDs on a given Foundry enrollment?

I would like to get a list of all repository RIDs of a given Foundry enrollment. How can I get such list ? Maybe via Audit logs ?

1 Like

You can create an audit logs dataset there:
https://www.palantir.com/docs/foundry/security/audit-logs-overview

Note that the audit logs might take some time before being populated (e.g. 12h).

Once you have the audit logs dataset, you can look for the REGISTER_RESOURCE events as it gets you all resources created in Foundry. You can then regex to filter only for the code repositories RIDs.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.