Skip to main content
GET
cURL

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
required

ID of the agent associated with the scenario creation

completed_scenarios
integer
required

Number of scenarios successfully created

failed_scenarios
integer
required

Number of scenarios that failed to create

total_scenarios
integer
required

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