make_list_executions
Retrieve the execution history of a Make.com scenario, showing latest runs, success/failure status, and timestamps. Filter by status to view only successful, warning, or error executions.
Instructions
List the execution history (logs) of a Make.com scenario, newest first. Shows whether runs succeeded/failed and when. Optionally filter by status (1=success, 2=warning, 3=error).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max log entries (default 20, max 100) | |
| status | No | Filter: 1=success, 2=warning, 3=error | |
| scenario_id | Yes | The scenario ID |