function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
SridharSridhar 

Webservices API query dataset limits

Hi,
I am using the WebServices API to query and update SF data. I am told by my peers that the maximum number of records I can fetch in a single shot is 16,000. Is that right? I could not find anything in the API docs with that number and I am left wondering where they got from.

Thanks in advance.
Sridhar
SuperfellSuperfell
The most rows you can get in a single round trip is 2000. The most rows you can get for a single query (and then using queryMore) is about 10M.