Cancel Execution
Cancel a pending or running workflow execution.
Authentication
X-Browser-Use-API-Keystring
API Key authentication via header
Path Parameters
execution_id
Response
Successful Response
id
Unique identifier for the execution
workflowId
ID of the workflow being executed
status
Current status of the execution
Allowed values:
createdAt
Naive UTC timestamp when execution was created
userId
User ID who triggered the execution
startedAt
Naive UTC timestamp when execution started
finishedAt
Naive UTC timestamp when execution finished
timeTaken
Time taken for execution in seconds
llmsCost
LLM costs for this execution
initCost
Initialization costs for this execution
totalCost
Total cost for this execution
input
Input parameters used for execution
output
Output/results from the execution
errors
Errors encountered during execution
executionMetadata
Metadata for this execution
logsDownloadUrl
Presigned URL to download execution logs