diff --git a/kgforge/specializations/stores/bluebrain_nexus.py b/kgforge/specializations/stores/bluebrain_nexus.py index 8ece889a..83c6a0fc 100644 --- a/kgforge/specializations/stores/bluebrain_nexus.py +++ b/kgforge/specializations/stores/bluebrain_nexus.py @@ -309,7 +309,7 @@ async def _retrieve_id( url = url_resource async with session.request( - method=hdrs.METH_GET, url=url, headers=self.service.headers + method=hdrs.METH_GET, url=url, headers=self.service.headers, params=query_params ) as response_not_source_with_metadata: # turns the retrieved data into a resource not_source_with_metadata = await response_not_source_with_metadata.json()