Skip to main content
GET
/
test_framework
/
v1
/
scenarios
/
generate-progress
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/scenarios/generate-progress/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "total_scenarios": 123,
  "completed_scenarios": 123,
  "failed_scenarios": 123,
  "scenarios_list": [
    {
      "id": 123,
      "name": "<string>",
      "agent": 123,
      "assistant_id": "<string>",
      "personality": 123,
      "personality_name": "<string>",
      "tags": [
        "<string>"
      ],
      "runs": [
        123
      ],
      "metrics": [
        123
      ],
      "metric_names": [
        "<string>"
      ],
      "phone_number": "<string>",
      "phone_number_queue_length": 123,
      "first_message": "<string>",
      "inbound_phone_number": 123,
      "inbound_phone_number_data": {
        "id": 123,
        "number": "<string>",
        "phone_number_id": "<string>"
      },
      "instructions": "<string>",
      "simulation_description": "<string>",
      "information_fields": {},
      "expected_outcome_prompt": "<string>",
      "scenario_language": "<string>",
      "is_simulating": true
    }
  ]
}

Authorizations

X-CEKURA-API-KEY
string
header
required

API Key Authentication. It should be included in the header of each request.

Query Parameters

progress_id
string
required

UUID progress identifier returned from generate-bg endpoint

Response

total_scenarios
integer

Total number of scenarios

completed_scenarios
integer

Number of completed scenarios

failed_scenarios
integer

Number of failed scenarios

scenarios_list
object[]
I