Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Bug] Project.artifacts only returns the first 1000 artifacts #49

Open
Te-k opened this issue Mar 20, 2023 · 0 comments
Open

[Bug] Project.artifacts only returns the first 1000 artifacts #49

Te-k opened this issue Mar 20, 2023 · 0 comments

Comments

@Te-k
Copy link
Contributor

Te-k commented Mar 20, 2023

It looks like the Project.artifacts function only returns the first 1000 artifacts, for instance if you do this

artifacts = list(self.project.artifacts)
project = analyzer.Project.find(PROJECT_ID)
artifacts = list(self.project.artifacts

The artifacts list will only contains the first 1000 artifacts, as the API is not using the page feature of this query

@Te-k Te-k changed the title [Bug] Project.artifacts only returns the first 1000 artifacvt [Bug] Project.artifacts only returns the first 1000 artifacts Mar 20, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant