jobs_logs
Retrieve recent runner logs for a managed job. Use tail to cap entries and since to filter by epoch timestamp.
Instructions
Read recent runner logs for a managed job. Use tail to cap entries and since for an epoch millisecond lower bound.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | The project ID | |
| job_id | Yes | Managed job run ID | |
| tail | No | Maximum number of log entries to return | |
| since | No | Only include logs at or after this epoch millisecond timestamp |