Can anyone tell why its showing only 101 item even though the ids passed are 1000
Discussion posts and replies are publicly visible
Please check how many rows, you were getting while querying, Is more than 1000 or 101,
Batch size 1000 means you can query 1000 rows at a time, but it depends on your query how many rows you are getting.
yes Im getting 1000 ids from my query rule.