ibex.endpoints.data_entry.available_entries¶
-
async ibex.endpoints.data_entry.available_entries(user: str =
'public', backend: str | None ='', database: str | None =None, version: str ='3') dict¶ IBEX endpoint. Returns list of available pulsefiles from current filesystem
Response JSON is constructed as follows:{“entries”: [<uri_1 (str),<uri_2 (str),…,<uri_N (str),]}- Parameters:
- Return type:
dict (automatically converted to JSON by FastAPI)
- Returns:
JSON response