/o/export/dbAsk AIget https://try.count.ly/o/export/db?api_key={api_key}&db={db}&collection={collection}&limit={limit}&skip={skip}&filter={filter}&project={project}List specified amount of documents for provided database and collection into a json file.Query Paramsapi_keystringAPI_KEY of user, with permission to access this appdbsstringDatabase name. (Also you can use "db" instead of that)collectionstringCollection name.limitint32Amount of documents to showskipint32Amount of documents to skip for offset/pagingfilterjsonJSON encoded mongodb query which collections to select. (Also you can use "query" instead of that.)projectjsonJSON encoded mongodb projection to specify which fields to return. (Also you can use "projection" instead of that.)Responses 200200 400400Updated about 8 years ago