CircleCI-Archived / api-preview-docs

In-progress docs about the pre-release preview of CircleCI API v2
72 stars 39 forks source link

Paging control on pipeline API #48

Closed robcresswell closed 4 years ago

robcresswell commented 4 years ago

Is there a way to control the paging (if any?) on the pipeline API? For example, can I request 100 at once? Can I request item 100 - 200? etc

I'm aware of the next page token, but it doesnt seem to be otherwise documented

jama22 commented 4 years ago

Unfortunately, there isn't a way to set the page size on the API response in the v2 API

robcresswell commented 4 years ago

That's a shame, but thanks for the response :smile: