---
sourceDocument: Australia API Reference
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/de-DE/api-reference

 Release :

    - australia

ft:locale :

    - de-DE

ft:publication_title :

    - Australia API Reference

ft:clusterId :

    - crapiref

bundleId :

    - crapiref

workflow :

    - Creator


---

# Record retrieval limitations

# Retrieve a large number of records using SOAP {#ariaid-title1}

* Freigeben Version: Australia
* 
* Aktualisiert 12. März 2026
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 Minute Lesedauer

By default, a single SOAP request can retrieve a maximum of 250 records.

SOAP relies on Extensible Markup Language (XML) as its message format, and usually relies on
other Application Layer protocols (most notably Remote Procedure Call (RPC) and HTTP) for message
negotiation and transmission. SOAP can form the foundation layer of a web services protocol
stack, providing a basic messaging framework upon which web services can be built.

Because of the verbose XML format, SOAP can be considerably slower than other transport
methods. Therefore, sending a large amount of data via SOAP is inefficient and is discouraged.
Because of this, ServiceNow has imposed a
hard-limit of 250 records that can be retrieved at any time in a single query. You may find that
this limit poses some technological challenges for your integration design.
* **[SOAP strategies](https://servicenow-prod.fluidtopics.net/Mmsk3Fj7Ys7ETNBkrvIjBw)**   
  Retrieve the information that you need and make your integration more efficient.

