Newest API Changelogs
April 2025
Bulk Collect
4min
api changes limitations in bulk collect request impacted endpoints all bulk collect endpoints impact a number of retrieved profiles cannot exceed 10k release date april 2nd, 2025 api changes bulk collect response code changes impacted endpoints listed bulk collect endpoints impact a successful response code for bulk collect request will be 201 release date april 30th, 2025 limitations we will start limiting the number of profiles that can be retrieved with a single bulk collect request the request will be rejected, and a specific error will appear when any of the following scenarios are triggered response code scenario error message 400 id list (depending on the endpoint) exceeds 10k ids (profiles) file contains too many ids maximum is 10,000 ids 422 results that match bulk collect filter request exceed 10k ids (profiles) request matched too many ids maximum is 10,000 ids 422 results that match bulk collect es dsl request exceed 10k ids (profiles) request matched too many ids maximum is 10,000 ids data requests for the specific scenario listed above, the behaviour of getting the error message differs if your id list request to data request endpoint exceeds 10k ids, the request will be rejected you will not be able to create a request that exceeds the limit if the results that match bulk collect filter or es dsl exceed 10k ids, the request will be rejected in another way here, you will be able to create a request, and when the results exceed the limit while collecting the data, the request will be rejected several ways to know about this situation while trying to collect the results a webhook about the failure will be sent if a webhook url is given response code changes bulk collect endpoints that create successful data requests return 200 code after the release date, the returned response code will be 201 impacted endpoints are listed below endpoints /v2/data requests/employee clean/id file /v2/data requests/employee clean/es dsl /v2/data requests/company base/id file /v2/data requests/company base/filter /v2/data requests/company base/filter/flat csv /v2/data requests/company base/es dsl /v2/data requests/job base/id file /v2/data requests/job base/filter /v2/data requests/job base/filter/flat csv /v2/data requests/member/id file /v2/data requests/member/filter /v2/data requests/member/filter/flat csv /v2/data requests/member/es dsl