Skip to main content
GET
/
test_framework
/
v1
/
scenarios
/
create-from-transcript-progress
/
cURL
curl --request GET \
  --url https://api.cekura.ai/test_framework/v1/scenarios/create-from-transcript-progress/ \
  --header 'X-CEKURA-API-KEY: <api-key>'
{
  "agent_id": 123,
  "scenario_id": 123,
  "error": "<string>",
  "scenario": {}
}

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 create-from-transcript-bg endpoint

Response

agent_id
integer
status
enum<string>
Available options:
in_progress,
completed,
failed
scenario_id
integer | null
error
string | null
scenario
object