get_job_logs
Retrieve raw logs for a specific job using its job ID. Optionally limit the number of log lines returned.
Instructions
Get the logs for a specific job. Returns raw log output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of log lines (default: 1000) | |
| vm_id | No | VM ID for the job (optional) | |
| job_id | Yes | GitHub Actions job ID |