cURL
curl --request GET \ --url https://training-service-433968519479.us-central1.run.app/jobs
{ "jobs": [ { "job_id": "<string>", "job_name": "unnamed job", "base_model_id": "<string>", "modality": "text", "status": "unknown" } ] }
List all jobs with job_id and job_name.
Successful Response
Show child attributes