API call to view all assets on hosted server

Looking for a way to see all forms/assets, server wide.

Using /api/v2/assets/ I can view the assets on my account looking for a way to view all assets on all accounts.

Thanks!

@aweatherhogg,

I don’t think what your trying to achieve is possible for any user in the KoboToolBox unless your a memeber of KoboToolBox team.

From what I understand, the /api/v2/assets/ endpoint is scoped to the authenticated user, so it won’t return assets across all accounts by default. For a server-wide view, you’d likely need admin-level access or backend/database-level querying, depending on how your instance is set up. It may be worth checking with KoboToolbox support or documentation to see if there’s any admin API or workaround for multi-account visibility.