This is the url to chart I’m trying to fetch:
https://analytics.amplitude.com/wjcompass/chart/t2jmpe9c
This is my request:
curl --request GET \
--url 'https://amplitude.com/api/3/chart/t2jmpe9c/query?=' \
--header 'Authorization: Basic REDACTED_TOKEN'
This is the response I’m getting:
HTTP 404: Not Found (Chart not found)
Project ID: 411142
Project Name: 웅진빅박스
What may be the issue? There should be chart data returned, right?