Pagination

Capyflow API paginate some endpoints

Paginated endpoint arguments

You can put these arguments in the requested api route to personalize the pagination

KeyDescription
pageThe page number. Default: 1
page_sizeThe size of the page. Default: 20

Example: /api/import-attempts/IMPORTER_UUID/pull/?page=2&page_size=50

Paginate response structure

KeyDescription
CountThe total number of items in the paginator
NextThe URL for the next page of results
PreviousThe URL for the previous page of results
ResultsThe actual data results for the current page, as an array