REST API List dashboard schedules - 501 NOT IMPLEMENTED
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 07:21 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-25-2024 08:15 AM
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.

