Asynchronous Execution
Your secret API key.
The unique identifier of the Chatbot to execute.
The execution has been accepted for processing. The response body contains details to track the job.
API key is missing or invalid.
The requested resource was not found.
An unexpected error occurred on the server.
Your secret API key.
The unique identifier of the execution job.
The current state of the execution job.
A value from 0.0 to 100.0 indicating the completion percentage.
The ID of the node currently being executed.
Details about the error, available when status is FAILED.
API key is missing or invalid.
The requested resource was not found.
An unexpected error occurred on the server.
Your secret API key.
The unique identifier of the execution job to cancel.
The cancellation request was successfully processed.
True if the cancellation was successful.
A confirmation message.
The status of the job before cancellation was attempted.
API key is missing or invalid.
The requested resource was not found.
An unexpected error occurred on the server.
Your secret API key.
The unique identifier of the execution job.
A stream of events representing the real-time execution progress.
data: {"type": "progress_update", "progress": 50.0}API key is missing or invalid.
The requested resource was not found.
An unexpected error occurred on the server.
Last updated