How to make Ajax request to load my submitted data?

Hello everyone,
Is it possible to make an ajax request to get all submitted data in the kobotoolbox database?

thank you.

Welcome to the community, @t-fan! Could you provide more details about the ajax request?

I would make ajax request to load my json data
for example :
$.getJson(‘https://kc.kobotoolbox.org/api/v1/data/154846?format=json’,(data)=>{ return(data)})

but this return "detail “not found.”.