get-actor-run-log
Retrieve recent log lines for an Actor run to track live collection progress or review the tail of a failed run. Provide the run ID and optionally adjust the number of lines to get the full log.
Instructions
Retrieve recent log lines for a specific Actor run — live collection progress, or the tail of a FAILED run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lines | No | Output the last NUM lines, instead of the last 10. Pass 0 to return the entire log. | |
| runId | Yes | The ID of the Actor run. |