When I try to retrieve the dashboard scheduling info based on REST API List dashboard schedules I receive the following `501 NOT IMPLEMENTED` response:
{
"error_code": "NOT_IMPLEMENTED",
"message": "This API is not yet supported."
}
But e.g the REST API List dashboards (also in Public preview among the other Lakeview API-s) works as expected.
Should the list dashboard schedules API work as well?