cURL
curl --request GET \ --url https://api.cekura.ai/test_framework/v1/critical-metric-scenarios/ \ --header 'X-CEKURA-API-KEY: <api-key>'
{ "count": 123, "next": "https://api.cekura.ai/example/v1/example-external/?page=4", "previous": "https://api.cekura.ai/example/v1/example-external/?page=3", "results": [ { "id": 123, "scenario": "<string>", "priority": "critical" } ] }
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
"https://api.cekura.ai/example/v1/example-external/?page=4"
"https://api.cekura.ai/example/v1/example-external/?page=3"
Show child attributes