API /v1/persons not showing all persons

I am trying to run this api

GET(https://companydomain.pipedrive.com/v1/persons?start=0&limit=100000&api_token=mytoken)

in pipedrive, there are around 2000 persons, however, I got only 500 persons in the request - where I have the problem?

Best,
Martin

ah, I see - there is a limit to 500 in pagination - I have to then run another request

1 Like