actiond_action_get
Retrieve full details of a CI/CD job by its ID, including status, timestamps, duration, and triggering commit. Use for live progress monitoring or post-mortem review of completed jobs.
Instructions
Fetch full detail for one CI/CD job by its ID. Returns id, repo, plugin_name, status, live progress line, created/started/ended timestamps, duration_ms, and the commit map (hash, message, author) that triggered the job. Works for running jobs (poll to watch progress) and for terminal jobs (done/failed/cancelled), whose records are kept for post-mortem review — pair with actiond_log to replay the job's log lines or actiond_diagnose for interpreted failure causes. Errors when the ID does not exist.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | The action/job ID to retrieve |