# N8n: Missing possibility to retrieve all entities in Get Many for Entity

**URL:** https://community.fibery.io/t/n8n-missing-possibility-to-retrieve-all-entities-in-get-many-for-entity/10875
**Category:** Bugs & Issues
**Tags:** automations
**Created:** [May 18, 2026, 2:01am UTC](https://community.fibery.io/t/n8n-missing-possibility-to-retrieve-all-entities-in-get-many-for-entity/10875 "2026-05-18T02:01:23Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![myg\_ge](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/myg_ge/32/12457_2.png) [@myg\_ge](https://community.fibery.io/u/myg_ge)
#### Post date: [May 18, 2026, 2:01am UTC](https://community.fibery.io/t/n8n-missing-possibility-to-retrieve-all-entities-in-get-many-for-entity/10875/1 "2026-05-18T02:01:23Z")

</div>

I need to update entities and I’m iterating through entities loop but I miss the GetAll function - it’s only possible to set a fixed limit for Get Many operation at the moment - how could I retrieve the quantity of all entities?

It’s pretty annoying since I also cannot use this to delete 100k unnecessary entities.

 ![image](https://us1.discourse-cdn.com/flex020/uploads/fibery/original/2X/e/ee2519e065dddc0a23472cc552106cd76223348a.png)

@misha , any chance to get this one fixed any time soon?

---

<div class="post-metadata">

### Author: ![Vlad](https://sea2.discourse-cdn.com/flex020/user_avatar/community.fibery.io/vlad/32/14562_2.png) [@Vlad](https://community.fibery.io/u/Vlad)
#### Post date: [June 2, 2026, 10:26pm UTC](https://community.fibery.io/t/n8n-missing-possibility-to-retrieve-all-entities-in-get-many-for-entity/10875/2 "2026-06-02T22:26:17Z")

</div>

the documentation suggests to use a limit of 1000 anyway and then use the pagination.  
I see the pagination is not yet built-in into the fibery nodes on n8n, that would be very helpful indeed.

if your usecase is just deleting, as a workaround a loop through items on n8n should do it, loop until you get no more records to delete.

docs:

> **[Pagination - Fibery API](https://developers.fibery.com/guides/http-api/pagination)**
>
> Learn how to paginate through large entity result sets.
