REST API List dashboard schedules - 501 NOT IMPLEMENTED

gyorgyjelinek
New Contributor III

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?

Alberto_Umana
Databricks Employee
Databricks Employee

Hello @gyorgyjelinek,

I just tried testing on my end and got the same failure as yours:

python3 list_dashboardID.py
Error 501: {"error_code":"NOT_IMPLEMENTED","message":"This API is not yet supported."}

This endpoint might not be fully supported yet as this is public preview not GA yet. I will review this internally.