API - page_info/rel={next}

Topic summary

Issue: A user has configured an API and is successfully retrieving data into PowerBI and Postman, but is constrained by the 250-record limit per call and wants to iterate/paginate.

Attempted approach: They consulted the REST pagination documentation, which references using page_info and rel parameters to fetch subsequent pages.

Problem: They cannot find where the page_info value is provided. Neither the products nor orders responses in Postman or PowerBI include a page_info field, which they believe is preventing pagination.

Request/Status: Seeking guidance on where to obtain page_info to enable iteration. No solutions or follow-ups provided yet; the question remains open.

Summarized with AI on January 3. AI used: gpt-5.

I’ve successfully set up my API and pulling data into PowerBI and Postman from the query.

I’m obviously limited by the 250 limit call so I’m looking to iterate this.

I can see on the API Rest Pagination page about using the page_info and rel= parameters in my call, however I cannot see where page_info details are obtained? Neither responses from products or orders in Postman and PowerBI have that field, and I think this could be the missing piece to my jigsaw.