How can i get forms deployment data using Kobo API

Hello :wave:
I am trying to get deployment data for all koboforms (archive and active).
Currently, I am using the assets/list - KoboToolbox Form Building API API, because it returns all the metadata I need except deployed_versions for each form

Is there a way I can make a request using query params perhaps, that will return metadata for deployed_versions using the assets/list API?

Welcome to the community, @mtuchi! Would you mind trying this:

https://[kpi]/api/v2/assets/[asset_uid]/versions/

Hello @Kal_Lam thanks for sharing that, but I need deployed versions for all forms that are both archive or active, I don’t want to query one form at a time, Is there a way I can get all deployed_versions with one API call?