Queries with project_id have a wrong parameter names.
valispace.get_vali_list(project_id=3) >> https://demo.valispace.com/rest/valis/?_project=3
It should be project, not _project. Request with _project returns all valis without filtration.
I tested on my instance and on demo.valispace.com.