List all training jobs for the training project.
curl --request GET \
--url https://api.baseten.co/v1/training_projects/{training_project_id}/jobs \
--header "Authorization: Api-Key $BASETEN_API_KEY"{
"training_project": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"latest_job": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"current_status": "<string>",
"instance_type": {
"id": "<string>",
"name": "<string>",
"memory_limit_mib": 123,
"millicpu_limit": 123,
"gpu_count": 123,
"gpu_type": "<string>",
"gpu_memory_limit_mib": 123
},
"updated_at": "2023-11-07T05:31:56Z",
"training_project_id": "<string>",
"training_project": {
"id": "<string>",
"name": "<string>"
},
"error_message": "<string>",
"name": "gpt-oss-job"
},
"team_name": "<string>"
},
"training_jobs": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"current_status": "<string>",
"instance_type": {
"id": "<string>",
"name": "<string>",
"memory_limit_mib": 123,
"millicpu_limit": 123,
"gpu_count": 123,
"gpu_type": "<string>",
"gpu_memory_limit_mib": 123
},
"updated_at": "2023-11-07T05:31:56Z",
"training_project_id": "<string>",
"training_project": {
"id": "<string>",
"name": "<string>"
},
"error_message": "<string>",
"name": "gpt-oss-job"
}
]
}You must specify the scheme 'Api-Key' in the Authorization header. For example, Authorization: Api-Key <Your_Api_Key>
A response to list training jobs.
A response to list training jobs.
The training project.
Show child attributes
Unique identifier of the training project
Name of the training project.
Time the training project was created in ISO 8601 format.
Time the training project was updated in ISO 8601 format.
Most recently created training job for the training project.
Show child attributes
Unique identifier of the training job.
Time the job was created in ISO 8601 format.
Current status of the training job.
Instance type of the training job.
Show child attributes
Identifier string for the instance type
Display name of the instance type
Memory limit of the instance type in Mebibytes
CPU limit of the instance type in millicpu
Number of GPUs on the instance type
Type of GPU on the instance type
Memory limit of the GPU on the instance type in Mebibytes
Time the job was updated in ISO 8601 format.
ID of the training project.
Error message if the training job failed.
Name of the training job.
"gpt-oss-job"
Name of the team associated with the training project.
List of training jobs.
Show child attributes
Unique identifier of the training job.
Time the job was created in ISO 8601 format.
Current status of the training job.
Instance type of the training job.
Show child attributes
Identifier string for the instance type
Display name of the instance type
Memory limit of the instance type in Mebibytes
CPU limit of the instance type in millicpu
Number of GPUs on the instance type
Type of GPU on the instance type
Memory limit of the GPU on the instance type in Mebibytes
Time the job was updated in ISO 8601 format.
ID of the training project.
Error message if the training job failed.
Name of the training job.
"gpt-oss-job"
Was this page helpful?
curl --request GET \
--url https://api.baseten.co/v1/training_projects/{training_project_id}/jobs \
--header "Authorization: Api-Key $BASETEN_API_KEY"{
"training_project": {
"id": "<string>",
"name": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z",
"latest_job": {
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"current_status": "<string>",
"instance_type": {
"id": "<string>",
"name": "<string>",
"memory_limit_mib": 123,
"millicpu_limit": 123,
"gpu_count": 123,
"gpu_type": "<string>",
"gpu_memory_limit_mib": 123
},
"updated_at": "2023-11-07T05:31:56Z",
"training_project_id": "<string>",
"training_project": {
"id": "<string>",
"name": "<string>"
},
"error_message": "<string>",
"name": "gpt-oss-job"
},
"team_name": "<string>"
},
"training_jobs": [
{
"id": "<string>",
"created_at": "2023-11-07T05:31:56Z",
"current_status": "<string>",
"instance_type": {
"id": "<string>",
"name": "<string>",
"memory_limit_mib": 123,
"millicpu_limit": 123,
"gpu_count": 123,
"gpu_type": "<string>",
"gpu_memory_limit_mib": 123
},
"updated_at": "2023-11-07T05:31:56Z",
"training_project_id": "<string>",
"training_project": {
"id": "<string>",
"name": "<string>"
},
"error_message": "<string>",
"name": "gpt-oss-job"
}
]
}