Skip to content

backup fails if more than 10000 issues are to be retrieved #429

Description

@behrisch

The pagination mechanism is currently limited to 100 pages with a 100 entries each.
The API returns

{
  "message": "Pagination with the page parameter is not supported for large datasets, please use cursor based pagination (after/before)",
  "documentation_url": "https://docs.github.com/rest/issues/issues#list-repository-issues",
  "status": "422"
}

You can use cursor based navigation however
https://github.com/orgs/community/discussions/69826#cursor-based-pagination

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions