get_job_log_paginated
Retrieve paginated log output for a batch job. Control line count, pagination offset, and reading direction (start or end).
Instructions
Get paginated log output for a batch job.
Args: job_id: The job UUID limit: Number of log lines to return (1-10000) next_token: Pagination token from previous response start_from_head: Start from beginning (true) or end (false)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| job_id | Yes | ||
| next_token | No | ||
| start_from_head | No |