make_list_executions
List the execution logs of a Make.com scenario, sorted newest first. Filter by status to see successes, warnings, or errors.
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 |