<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Dynatrace API Rate Limit Exceeded Error in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248732#M3198</link>
    <description>&lt;P&gt;What API endpoint is return that error, I have never seen that format or even that error code DT-4299 ?&lt;/P&gt;&lt;P&gt;API rate limit exceeded is 429.&lt;/P&gt;&lt;P&gt;I would suggest reviewing why you need to query that endpoint so often, maybe you can query it in bigger chunks and less often.&lt;/P&gt;&lt;P&gt;If you want to handle rate limit you will need to implement it yourself by waiting longer until you query again.&lt;/P&gt;</description>
    <pubDate>Thu, 20 Jun 2024 08:40:47 GMT</pubDate>
    <dc:creator>mark_bley</dc:creator>
    <dc:date>2024-06-20T08:40:47Z</dc:date>
    <item>
      <title>Dynatrace API Rate Limit Exceeded Error</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248636#M3193</link>
      <description>&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I'm encountering a persistent issue with Dynatrace and would appreciate any insights or help. I'm receiving the following error when making API requests:&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Error Code: DT-4299&lt;/STRONG&gt; &lt;STRONG&gt;Severity: Warning&lt;/STRONG&gt; &lt;STRONG&gt;Description: The number of API requests has exceeded the rate limit. Further requests will be temporarily blocked until the rate limit window resets. This is typically due to high-frequency API calls.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;I've been using Dynatrace for application performance monitoring and automation. Recently, I've implemented a series of scripts that make frequent API calls to gather various metrics and perform automated tasks. However, since implementing these changes, I've started running into the rate limit issue.&lt;/P&gt;&lt;P&gt;Here is the exact error message returned by the API:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{
  "error": {
    "code": "DT-4299",
    "message": "API rate limit exceeded. Please reduce the number of requests."
  }
}&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;While searching about this, I came across to this article &lt;A href="https://www.igmguru.com/blog/how-to-learn-mendix/" target="_self"&gt;l&lt;/A&gt;&lt;SPAN&gt;&lt;A href="https://www.igmguru.com/blog/how-to-learn-mendix/" target="_self"&gt;earn Mendix&lt;/A&gt; &lt;A href="https://docs.dynatrace.com/docs/dynatrace-api/basics/access-limit" target="_self"&gt;dynatrace api basics access limit&lt;/A&gt;, and as per this,&amp;nbsp;there are specific rate limits for different API calls, and you can not exceed these limits&amp;nbsp;frequently. But, as far as I know, I didn't exceed these limits. In addition to this,&amp;nbsp;I attempted to reduce the frequency of my API calls by adjusting the intervals in my scripts. Despite this, I continue to encounter the rate limit error.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Kindly help me in getting out of this.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 07:59:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248636#M3193</guid>
      <dc:creator>walkertwirl</dc:creator>
      <dc:date>2024-06-19T07:59:28Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace API Rate Limit Exceeded Error</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248647#M3194</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Only documentation about API limit I am aware is &lt;A title="Request throttling" href="https://docs.dynatrace.com/docs/shortlink/api-access-limit#throttling" target="_self"&gt;Request throttling&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Wed, 19 Jun 2024 09:53:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248647#M3194</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-06-19T09:53:05Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace API Rate Limit Exceeded Error</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248732#M3198</link>
      <description>&lt;P&gt;What API endpoint is return that error, I have never seen that format or even that error code DT-4299 ?&lt;/P&gt;&lt;P&gt;API rate limit exceeded is 429.&lt;/P&gt;&lt;P&gt;I would suggest reviewing why you need to query that endpoint so often, maybe you can query it in bigger chunks and less often.&lt;/P&gt;&lt;P&gt;If you want to handle rate limit you will need to implement it yourself by waiting longer until you query again.&lt;/P&gt;</description>
      <pubDate>Thu, 20 Jun 2024 08:40:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/248732#M3198</guid>
      <dc:creator>mark_bley</dc:creator>
      <dc:date>2024-06-20T08:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace API Rate Limit Exceeded Error</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/249468#M3235</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Thanks for your suggestion I have been through this doc already but didn't read it completely.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:24:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/249468#M3235</guid>
      <dc:creator>walkertwirl</dc:creator>
      <dc:date>2024-07-01T06:24:59Z</dc:date>
    </item>
    <item>
      <title>Re: Dynatrace API Rate Limit Exceeded Error</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/249469#M3236</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Exactly I have never seen that format or even that error code DT-4299 before. It may be related to the LIMITATION.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 01 Jul 2024 06:28:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/Dynatrace-API-Rate-Limit-Exceeded-Error/m-p/249469#M3236</guid>
      <dc:creator>walkertwirl</dc:creator>
      <dc:date>2024-07-01T06:28:09Z</dc:date>
    </item>
  </channel>
</rss>

