make_list_executions
Lists execution history for a Make.com scenario, newest first. Displays run success/failure and timestamps, with optional filtering by status (success, warning, or error).
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 |