GET
/
test_framework
/
v1
/
runs-external
/
bulk
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/runs-external/bulk/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
[
  {
    "id": 123,
    "provider_call_id": "<string>",
    "scenario": 123,
    "scenario_name": "Scenario Deleted",
    "personality": 123,
    "personality_name": "<string>",
    "expected_outcome_prompt": "<string>",
    "expected_outcome": "<any>",
    "success": true,
    "evaluation": "<any>",
    "transcript": "<string>",
    "transcript_object": "<any>",
    "duration": "<string>",
    "voice_recording_url": "<string>",
    "email_id": "jsmith@example.com",
    "status": "running",
    "metadata": "<any>",
    "feedback": "<string>",
    "timestamp": "2023-11-07T05:31:56Z",
    "executed_at": "2023-11-07T05:31:56Z",
    "outbound_number": "<string>",
    "critical_categories": "<string>",
    "error_message": "<string>"
  }
]

Authorizations

X-CEKURA-API-KEY
string
header
required

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

Query Parameters

run_ids
string
required

Comma-separated list of run IDs. Example: 1,2,3

Response

200 - application/json

The response is of type object[].