GET
/
api
/
v1
/
organizations
/
{organization_id}
/
jobs
/
{job_id}
/
metrics
{
  "data": [
    {
      "perplexity": "<string>",
      "step": 123,
      "timestamp": "2023-11-07T05:31:56Z",
      "training_loss": "<string>",
      "validation_loss": "<string>"
    }
  ],
  "total": 123
}

Authorizations

Authorization
string
header
required

Bearer HTTP authentication. Allowed headers -- Authorization: Bearer <access_token>

Path Parameters

organization_id
string
required
job_id
string
required

Response

200
application/json

Successful response.

The response is of type object.