Does the companies Retrieve API have limit? | Community
Skip to main content
Answered

Does the companies Retrieve API have limit?

  • January 8, 2026
  • 1 reply
  • 164 views

The Companies List API has a limit of 10000 companies. Does the Retrieve API have the same limits?

In other words, can I call https://api.intercom.io/companies?page=<page>&per_page=50 and paginate over more than 10000 companies?

Best answer by Elad Bichman

I tested it and this API also has a limit of 10000:

HTTP Request: GET https://api.intercom.io/companies?page=167&per_page=60 "HTTP/1.1 400 Bad Request"

ApiError: headers: {...}, status_code: 400, body: {'type': 'error.list', 'request_id': '...', 'errors': [{'code': 'bad_request', 'message': 'page limit reached, please use scroll API'}]}

 

1 reply

  • Author
  • New Participant
  • Answer
  • January 8, 2026

I tested it and this API also has a limit of 10000:

HTTP Request: GET https://api.intercom.io/companies?page=167&per_page=60 "HTTP/1.1 400 Bad Request"

ApiError: headers: {...}, status_code: 400, body: {'type': 'error.list', 'request_id': '...', 'errors': [{'code': 'bad_request', 'message': 'page limit reached, please use scroll API'}]}