ibex.endpoints.data_entry.exists

async ibex.endpoints.data_entry.exists(uri: str) dict

IBEX endpoint. Checks if pulsefile exists and can be opened.

Response JSON is constructed as follows:
{
“exists”: <true_or_false>
}
Parameters:
uri: str

IMAS URI

Return type:

dict (automatically converted to JSON by FastAPI)

Returns:

JSON response