Skip to main content
GET
GET /v1/training-jobs/{job_id}/billing Returns whether a job was billed and, when available, the charge and GPU duration.

Request

string
required
Your Fastino API key.
string
required
Training-job UUID.

Response

string
Training-job UUID.
string
Current persisted job status.
string | null
Time the job was dispatched.
string | null
Time the training container began executing.
string | null
Time the job completed.
boolean
Whether a billing record exists.
string | null
Associated billing-request ID.
string | null
USD amount charged, represented as a decimal string.
string | null
Billed GPU minutes, represented as a decimal string.
string | null
Time the billing record was created.
An unknown or inaccessible job returns 404.