<?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 API pagination for Panorama address object in General Topics</title>
    <link>https://live.paloaltonetworks.com/t5/general-topics/api-pagination-for-panorama-address-object/m-p/1240910#M125435</link>
    <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I am trying to confirm what is max number of entries can API query return for address object .&lt;BR /&gt;Like we have around 50k address , will API query will fetch all data in single page or it will fetch specific number of entries&amp;nbsp; ? or we need to use some sort of pagination if we have some limit per page and what parameter i can use.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 29 Oct 2025 17:12:47 GMT</pubDate>
    <dc:creator>D.Verma502651</dc:creator>
    <dc:date>2025-10-29T17:12:47Z</dc:date>
    <item>
      <title>API pagination for Panorama address object</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/api-pagination-for-panorama-address-object/m-p/1240910#M125435</link>
      <description>&lt;P&gt;Hi All,&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;I am trying to confirm what is max number of entries can API query return for address object .&lt;BR /&gt;Like we have around 50k address , will API query will fetch all data in single page or it will fetch specific number of entries&amp;nbsp; ? or we need to use some sort of pagination if we have some limit per page and what parameter i can use.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;Thanks&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 17:12:47 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/api-pagination-for-panorama-address-object/m-p/1240910#M125435</guid>
      <dc:creator>D.Verma502651</dc:creator>
      <dc:date>2025-10-29T17:12:47Z</dc:date>
    </item>
    <item>
      <title>Re: API pagination for Panorama address object</title>
      <link>https://live.paloaltonetworks.com/t5/general-topics/api-pagination-for-panorama-address-object/m-p/1241120#M125461</link>
      <description>&lt;P&gt;The API won’t return all 50,000 address objects at once. Panorama limits the number of results per response for performance reasons. You’ll need to use pagination. The API accepts parameters like n (number of entries to return) and skip (offset). &lt;BR /&gt;&lt;BR /&gt;For example: &lt;A href="https://&amp;lt;panorama&amp;gt;/api/?type=config&amp;amp;action=get&amp;amp;xpath=&amp;lt;path&amp;gt;&amp;amp;n=500&amp;amp;skip=1000" target="_self"&gt;https://&amp;lt;panorama&amp;gt;/api/?type=config&amp;amp;action=get&amp;amp;xpath=&amp;lt;path&amp;gt;&amp;amp;n=500&amp;amp;skip=1000 &lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;That way, you can retrieve the data in smaller batches. The total count is usually included in the XML or JSON response so you know how many pages to request.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Nov 2025 14:15:51 GMT</pubDate>
      <guid>https://live.paloaltonetworks.com/t5/general-topics/api-pagination-for-panorama-address-object/m-p/1241120#M125461</guid>
      <dc:creator>Elwin3</dc:creator>
      <dc:date>2025-11-03T14:15:51Z</dc:date>
    </item>
  </channel>
</rss>

