GET
/
api
/
v1
/
testing-lab
/
scenarios
Get testing lab scenarios
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>"
      ]
    }
  ]
}

Authorizations

X-API-Key
string
header
required

Query Parameters

page
string
agentId
string
required

Response

200
application/json

Get the cekura test scenarios

The response is of type object.