Hi Christine,
Thanks for reaching out. Unlike daily operations, the limits on get requests do not vary by access level; all developer tokens, including those with Standard Access, are limited to 1,000 get requests per day. Unlike search requests, get requests are expensive because all attribute data is retrieved. Use search instead of get whenever possible. Search requests are not considered to be the same as get requests, even though both are used to retrieve data. Therefore, search requests are only subject to daily operation limits. You could refer to this code example on how to issue the search request. Please let us know if you have any other questions.
Thanks and regards,
Xiaoming, Google Ads API Team