Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
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
Show child attributes