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/results \ --header 'X-API-Key: <api-key>'
{ "results": [ { "id": 123, "name": "<string>", "agent": 123, "agent_name": "<string>", "agent_inbound": true, "status": "<string>", "success_rate": 123, "run_as_text": true, "is_cronjob": true, "runs": [ { "id": 123, "status": "<string>", "scenario": 123, "number": "<string>", "inbound_number": "<string>", "scenario_name": "<string>", "test_profile_name": "<string>" } ], "met_expected_outcome_count": 123, "total_expected_outcome_count": 123, "total_runs_count": 123, "completed_runs_count": 123, "success_runs_count": 123, "failed_runs_count": 123, "scenarios": [ { "id": 123, "name": "<string>" } ], "run_type": "<string>", "created_at": "<string>", "updated_at": "<string>" } ], "count": 123, "next": "<string>", "previous": "<string>" }
Results retrieved successfully
Show child attributes