colab_jobs
List all background jobs on your GPU runtime to find job IDs for polling results or canceling tasks.
Instructions
List all tracked background jobs.
Returns a JSON array of job summaries including job_id, status, accelerator type, and timestamps. Use this to find job IDs for colab_poll or colab_cancel.
After listing:
Use colab_poll(job_id) on any job to get detailed results.
Use colab_cancel(job_id) to stop an active job.
Completed/failed/cancelled jobs are auto-cleaned after 5 minutes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |