To fetch more than 20 pipelines in a call for List Pipelines API call

I see that the following API gives me 20 pipelines in a single call.
https://circleci.com/api/v2/project/{project-slug}/pipeline
Can I use any query parameter to increase the number of pipelines returned in a call?

Hi @deepaannjohn,

At the moment we have a hard limit of 20 for this API endpoint, so you would need to paginate through using the next_page_token that is returned to get further results.

With that said, I could see the benefit of allowing this number to be increased, so I would recommend on submitting a feature request for adding in that parameter to that endpoint.

I hope that helps clarify!