chenrui
(CHEN RUI)
June 29, 2021, 4:26am
1
Dear Sir/Mdm
I’m trying to use Dashboards List Meetings API https://marketplace.zoom.us/docs/api-reference/zoom-api/dashboards/dashboardmeetings
/v2/metrics/meetings?type=past&page_size=300&from=2021-06-01&to=2021-06-30
the response is something like: {“from”:“2021-06-01”,“to”:“2021-06-29”,“page_count”:21,“page_size”:300,“total_records”:6059,“next_page_token”:“7MedScFe2NkKOU71CDBDMQsJU2n0BI5YWy2”,“meetings”:[{“uuid”:"e3EsLea9Q
I trying to get all data page by page, when go to page 7, I got an empty response with code 429
429 for URL: https://api.zoom.us/v2/metrics/meetings?type=past&page_size=300&from=2021-06-01&to=2021-06-30&next_page_token=qk2sezg6HvmoOr1JwuhphZGDil8scponFY8
can help to understand where goes wrong, how to solved the issue.
what the code 429 means? there is no description in your document.
thanks for helps.
Best Regards,
Chen Rui
Hi @chenrui ,
Thank you for reaching out about this.
To clarify, a 429 error is in reference to hitting one of our rate limits:
Have you been making other requests as well? These could be contributing to you hitting your rate limits.
Let me know—thanks!
Will
chenrui
(CHEN RUI)
July 1, 2021, 1:52am
3
Hi Will
thanks, I got the problem.
for “matrics/meetings” the limit is 10/min is too less, there are more than 20 pages data. this is making not possible for me to apply number to my boss.
again, thanks for your help.
Best Regards,
Chen Rui
I see, thanks for clarifying and glad it’s sorted!
chenrui
(CHEN RUI)
July 28, 2021, 3:06am
5
Hi Will
This API allows me get meeting information for past 6 months only. what should I use to get meeting information which “older” than 6 months?
thanks for helps.
Best Regards,
Chen Rui
Hi @chenrui ,
At this time, it’s not possible to get data beyond 6 months, though I can appreciate how this would be valuable and it’s great feedback.
Best,
Will
No problem, thanks for raising this