GET
/
fine_tuning
/
jobs
/
{fine_tuning_job_id}
/
events
curl https://api.portkey.ai/v1/fine_tuning/jobs/ftjob-abc123/events \
  -H "x-portkey-api-key: $PORTKEY_API_KEY" \
  -H "x-portkey-virtual-key: $PORTKEY_PROVIDER_VIRTUAL_KEY"
{
  "data": [
    {
      "id": "<string>",
      "created_at": 123,
      "level": "info",
      "message": "<string>",
      "object": "fine_tuning.job.event"
    }
  ],
  "object": "list"
}

Authorizations

x-portkey-api-key
string
header
required
x-portkey-virtual-key
string
header
required

Path Parameters

fine_tuning_job_id
string
required

The ID of the fine-tuning job to get events for.

Example:

"ft-AF1WoRqd3aJAHsqc9NY7iL8F"

Query Parameters

after
string

Identifier for the last event from the previous pagination request.

limit
integer
default:20

Number of events to retrieve.

Response

200 - application/json
OK
data
object[]
required

Fine-tuning job event object

object
enum<string>
required
Available options:
list