oc_task_run_get
Retrieve the meta record of a completed task run, with an option to include the event log for detailed execution insights.
Instructions
Read a TaskRun meta record and optionally its event log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| run_id | Yes | REQUIRED TaskRun id returned by oc_task_run_start. | |
| include_events | No | When true, include events.jsonl entries. |