get_scenario_status
Check the execution status of a Make.com automation scenario using its execution ID to monitor workflow progress and results.
Instructions
获取Make.com scenario的执行状态
Input Schema
Name | Required | Description | Default |
---|---|---|---|
execution_id | Yes | scenario执行ID |
Input Schema (JSON Schema)
{
"properties": {
"execution_id": {
"description": "scenario执行ID",
"type": "string"
}
},
"required": [
"execution_id"
],
"type": "object"
}