When using the REST API can you limit the number of returned results?
For endpoint /LoadTest/rest/domains/<domain>/projects/<project>/Runs
Cybersecurity
DevOps Cloud (ADM)
IT Operations Cloud
If an answer to your question is correct, click on "Verify Answer" under the "More" button. The answer will now appear with a checkmark. Please be sure to always mark answers that resolve your issue as verified. Your fellow Community members will appreciate it!  Learn more
When using the REST API can you limit the number of returned results?
For endpoint /LoadTest/rest/domains/<domain>/projects/<project>/Runs
shs46 , you might have a look to Get runs by query or via the Admin API: Get runs by query. The latter has more filter options, like dates or statuses.
Reward contributions via likes or 'verified answers'
Thanks JHF Remmelzwaal for your help, it would be great if the filter options from the Admin API could be added to the runs by query as I don't want to allow users access to the admin API . Better raise an Idea for it to be added.
Do you know where the documentation is for by query? The demo only shows get result by test ID
The API description lists the capabilities of the query section. Community member shs46 draw a valid conclusion.
Exploring the Admin API of Get runs by query show you how to apply ranges etc. That might be useful with query on ID or Duration.
Reward contributions via likes or 'verified answers'