<?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: Organization Alerts API endpoint in Network Platform API</title>
    <link>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423613#M3878</link>
    <description>&lt;P&gt;You may need to use per-network alerts endpoints, try this on one of the networks you have set-up alerts on... &lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-alerts-settings/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-alerts-settings/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Btw it looks like you have included you organization ID in you post, I recommend you edit it to remove the ID details.&lt;/P&gt;</description>
    <pubDate>Fri, 02 Jan 2026 14:50:07 GMT</pubDate>
    <dc:creator>sungod</dc:creator>
    <dc:date>2026-01-02T14:50:07Z</dc:date>
    <item>
      <title>Organization Alerts API endpoint</title>
      <link>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423612#M3877</link>
      <description>&lt;P&gt;Hi all&lt;/P&gt;&lt;P&gt;I am currently working on to setup Organization alerts on all our 300 customers, but i am struggling a little bit to understand the api. I am using the below endpoint to get the current alert profiles into excel so i can get an overview on how it is configured.&lt;/P&gt;&lt;PRE class="lia-code-sample language-python"&gt;&lt;CODE&gt;from utils.api import initialize_api_session
from meraki import DashboardAPI
import pandas as pd

def main():
    session: DashboardAPI = initialize_api_session(simulate=True)
    alerts = session.organizations.getOrganizationAlertsProfiles("xxxx")
    print(alerts)
    df = pd.DataFrame(alerts)
    df.to_excel("org_alerts.xlsx")
    
    
if __name__ == "__main__":
    main()&lt;/CODE&gt;&lt;/PRE&gt;&lt;P&gt;With the code above i get absolutely zero alert profiles back, but they are configured in the GUI&lt;/P&gt;&lt;P&gt;&lt;SPAN class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="nan3540_0-1767358536136.png" style="width: 999px;"&gt;&lt;span class="lia-inline-image-display-wrapper" image-alt="image.png"&gt;&lt;img src="https://community.cisco.com/t5/image/serverpage/image-id/264630iBE6AB97DED303AF1/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;When i looked at the documentation for creating a alert profile it looked like the set of api endpoints are meant for the insight alerts and not the Organization wide device alerts. &lt;/P&gt;&lt;P&gt;Can someone guide me to find the correct api endpoint?&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 13:01:41 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423612#M3877</guid>
      <dc:creator>NiclasAndersen</dc:creator>
      <dc:date>2026-01-02T13:01:41Z</dc:date>
    </item>
    <item>
      <title>Re: Organization Alerts API endpoint</title>
      <link>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423613#M3878</link>
      <description>&lt;P&gt;You may need to use per-network alerts endpoints, try this on one of the networks you have set-up alerts on... &lt;A href="https://developer.cisco.com/meraki/api-v1/get-network-alerts-settings/" target="_blank" rel="nofollow noopener noreferrer"&gt;https://developer.cisco.com/meraki/api-v1/get-network-alerts-settings/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Btw it looks like you have included you organization ID in you post, I recommend you edit it to remove the ID details.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 14:50:07 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423613#M3878</guid>
      <dc:creator>sungod</dc:creator>
      <dc:date>2026-01-02T14:50:07Z</dc:date>
    </item>
    <item>
      <title>Re: Organization Alerts API endpoint</title>
      <link>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423614#M3879</link>
      <description>&lt;P&gt;I already have network alerts set up, but i would like to move to organization wide alerts to get more granular alerts, but i guess i would just need to wait on the api endpoint for those alerts.&lt;/P&gt;&lt;P&gt;Thank you, i forgot to remove it.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Jan 2026 15:07:45 GMT</pubDate>
      <guid>https://community.cisco.com/t5/network-platform-api/organization-alerts-api-endpoint/m-p/5423614#M3879</guid>
      <dc:creator>NiclasAndersen</dc:creator>
      <dc:date>2026-01-02T15:07:45Z</dc:date>
    </item>
  </channel>
</rss>

