Skip to main content
GET
/
observability
/
v1
/
call-logs
/
create_scenarios_progress
cURL
curl --request GET \
  --url https://api.cekura.ai/observability/v1/call-logs/create_scenarios_progress/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
"agent_id": 2142,
"completed_scenarios": 2,
"failed_scenarios": 0,
"total_scenarios": 5,
"scenarios_list": [],
"errors": []
}

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<uuid>
required

Progress ID returned from create_scenarios endpoint

Response

agent_id
integer

ID of the agent associated with the scenario creation

completed_scenarios
integer

Number of scenarios successfully created

failed_scenarios
integer

Number of scenarios that failed to create

total_scenarios
integer

Total number of scenarios being processed

scenarios_list
object[]

List of created scenario objects (only included when processing is complete)

errors
object[]

List of errors encountered during scenario creation