actiond_actions_list
List recent CI/CD jobs with status, duration, and other details to quickly identify failures. Optionally limit the number of jobs returned.
Instructions
List the most recent CI/CD jobs executed by ActionD. Each row carries id, repo, plugin_name, status (done/failed/running/pending/cancelled), created_at, and duration_ms, so failures can be spotted at a glance and filtered client-side by status. Optional limit caps the number of rows (default 20). Use this for an overview; use actiond_action_get for one job's full detail, actiond_job_wait to block on a specific job, and actiond_diagnose for root-cause analysis of failures.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of actions to return (default: 20) |