asc_job_status
Check the status of a build upload job and retrieve recent log entries to monitor progress or diagnose errors.
Instructions
Check a build/upload job started by asc_upload_build. Returns status (running/succeeded/failed) and the tail of the log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| job_id | Yes | Job ID returned by asc_upload_build | |
| log_lines | No | How many log lines to include |