docs: add deprecation notice for /api/v1/charts endpoint (#21974)
* docs: add deprecation notice for /api/v1/charts endpoint * Apply suggestion from @Copilot Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --------- Co-authored-by: Netdata Bot <bot@netdata.cloud> Co-authored-by: Fotis Voutsas <fotis@netdata.cloud> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
nedi-app[bot] committed
Mar 30, 2026 at 11:52 UTC
66d6c54f592c74ea1798669338426f7e52536422
1 file changed
+6
src/web/api/queries/README.md
+6
@@ -1,5 +1,11 @@
1
# Database queries/lookup
2
3
+:::caution
4
+
5
+The `/api/v1/charts` endpoint is **deprecated** and **no longer supported**. It remains available in current releases but may be removed in a future version. For new integrations, use `/api/v3/contexts` instead to retrieve chart metadata and dimension information.
6
+
7
+:::
8
+
9
This document explains in detail the options available to retrieve data from the Netdata timeseries database in order to configure alerts, create badges or
10
create custom charts.
11