Skip to main content
Use this endpoint to retrieve the full state of a training job. The response includes LoRA config, hyperparameters, the latest progress snapshot, MLflow run links, and any error messages.

Method + Path

Authentication

Include your PIN API token or JWT in the Authorization header as a Bearer token.

Path parameters

string
required
The job identifier (e.g., jb_abc123def456).

Request example

Response

Returns a standard PIN success envelope with the job object under data.
integer
required
0 on success, nonzero on error.
object
required
string
Human-readable message (empty on success).

Example response

Errors