curl --request GET \
--url https://prod.featherhq.com/api/v1/testing-lab/scenarios \
--header 'X-API-Key: <api-key>'
{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"name": "<string>",
"personality": 123,
"personality_name": "<string>",
"phone_number": "<string>",
"instructions": "<string>",
"expected_outcome_prompt": "<string>",
"scenario_language": "<string>",
"tags": [
"<string>"
]
}
]
}
curl --request GET \
--url https://prod.featherhq.com/api/v1/testing-lab/scenarios \
--header 'X-API-Key: <api-key>'
{
"count": 123,
"next": "<string>",
"previous": "<string>",
"results": [
{
"id": 123,
"name": "<string>",
"personality": 123,
"personality_name": "<string>",
"phone_number": "<string>",
"instructions": "<string>",
"expected_outcome_prompt": "<string>",
"scenario_language": "<string>",
"tags": [
"<string>"
]
}
]
}
Get the cekura test scenarios
The response is of type object
.