cURL
curl --request GET \ --url https://api.cekura.ai/test_framework/v1/critical-metric-scenarios/ \ --header 'X-CEKURA-API-KEY: <api-key>'
{ "count": 123, "results": [ { "id": 123, "scenario": "<string>", "priority": "critical" } ], "next": "https://api.cekura.ai/example/v1/example-external/?page=4", "previous": "https://api.cekura.ai/example/v1/example-external/?page=3" }
List scenarios flagged by critical metrics
API Key Authentication. It should be included in the header of each request.
A page number within the paginated result set.
Number of results to return per page.
123
Show child attributes
"https://api.cekura.ai/example/v1/example-external/?page=4"
"https://api.cekura.ai/example/v1/example-external/?page=3"