When getting information via GraphQL, we always have a limit of 100 issues to be shown per time.
Problem:
And if we have a Test Execution with more that 100 Tets, can we see them all?
Answer:
Yes, you can! The results only appear paginated. So in order to see them all, we have to make different queries to show the results.
Let's see a practical example using Insomnia:
![Product Support Knowledge Base > [Xray Cloud] How to see more than 100 Tests in a Test Execution via GraphQL > image2020-2-14_16-2-41.png](/download/attachments/57475245/image2020-2-14_16-2-41.png?version=1&modificationDate=1581696565605&api=v2)
![Product Support Knowledge Base > [Xray Cloud] How to see more than 100 Tests in a Test Execution via GraphQL > image2020-2-14_16-3-57.png](/download/attachments/57475245/image2020-2-14_16-3-57.png?version=2&modificationDate=1680537015192&api=v2)
![Product Support Knowledge Base > [Xray Cloud] How to see more than 100 Tests in a Test Execution via GraphQL > image2020-2-14_16-5-4.png](/download/attachments/57475245/image2020-2-14_16-5-4.png?version=1&modificationDate=1581696565570&api=v2)
You can use any number in the start parameter. Imagine, if you have 300 Tests, then you'll have to make 3 queries: start: 0; start:100, start:200 and so on.
https://xray.cloud.xpand-it.com/doc/graphql/
https://xray.cloud.xpand-it.com/doc/graphql/gettestexecution.doc.html