# Hitting Rate Limit - How can i GET a limited list?

**URL:** https://community.servicem8.com/t/hitting-rate-limit-how-can-i-get-a-limited-list/345
**Category:** API & SDK
**Created:** [September 29, 2024, 7:08pm UTC](https://community.servicem8.com/t/hitting-rate-limit-how-can-i-get-a-limited-list/345 "2024-09-29T19:08:15Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![developer](https://avatars.discourse-cdn.com/v4/letter/d/bcef8e/32.png) [@developer](https://community.servicem8.com/u/developer)
#### Post date: [September 29, 2024, 7:08pm UTC](https://community.servicem8.com/t/hitting-rate-limit-how-can-i-get-a-limited-list/345/1 "2024-09-29T19:08:15Z")

</div>

**Originally posted by Taylor L**

so when i connect to the API, i can GET all the clients from: [https://api.servicem8.com/api\_1.0/company.json](https://api.servicem8.com/api_1.0/company.json)

but, if i try to GET jobs from: [https://api.servicem8.com/api\_1.0/job.json](https://api.servicem8.com/api_1.0/job.json) i get a message “Raw error for the API response too large”

so how can i request a limited list? i tried: [https://api.servicem8.com/api\_1.0/job.json?\_start=0&\_limit=1](https://api.servicem8.com/api_1.0/job.json?_start=0&_limit=1) but it’s not working either
