Response
200 - application/json
Successful Response
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.
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"
}
]
}
Successful Response
Show child attributes