workflow-configs

Get Workflow Execution

Get a single workflow execution with enriched data.

get/api/v1/workflow-configs/executions/{execution_id}

Path parameters

execution_idstring uuid required

Response

Successful Response

idstring uuid required
voice_call_workflow_idstring uuid required
workflow_outbound_call_config_idstring uuid nullable required
trigger_voice_call_idstring uuid required
outbound_voice_call_idstring uuid nullable required
status'WAITING' | 'PROCESSING' | 'COMPLETED' | 'FAILED' | 'CANCELLED' required
error_messagestring nullable required
extracted_parametersobject required
matched_routing_keystring required
matched_routing_valuestring required
matched_destination_phone_numberstring required
matched_reasoningstring nullable required
scheduled_atstring date-time nullable required
executed_atstring date-time nullable required
tenant_idstring uuid required
created_atstring date-time nullable
routing_destination_orderinteger required
attempt_numberinteger required
max_retriesinteger required
intent_namestring nullable
voice_agent_idstring uuid nullable
voice_agent_namestring nullable
trigger_customer_numberstring nullable
trigger_customer_namestring nullable

Changes

No recorded changes to this endpoint across all 1 revision of this API.