jobs_logs
Retrieve recent runner logs for a managed job, with options to limit entries or filter by timestamp.
Instructions
Read recent runner logs for a managed job. Use tail to cap entries and since for an ISO-8601 lower bound; legacy epoch milliseconds are still accepted.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tail | No | Maximum number of log entries to return | |
| since | No | Only include logs at or after this ISO-8601 timestamp. Legacy epoch milliseconds are also accepted. | |
| job_id | Yes | Managed job run ID | |
| project_id | Yes | The project ID |