GET /fine_tuning/jobs/{fine_tuning_job_id}/events
Get status updates for a fine-tuning job.Servers
- https://api.openai.com/v1
Path parameters
| Name | Type | Required | Description |
|---|---|---|---|
fine_tuning_job_id |
String | Yes |
The ID of the fine-tuning job to get events for. |
Query parameters
| Name | Type | Required | Description |
|---|---|---|---|
limit |
Integer | No |
Number of events to retrieve. Default value: 20 |
after |
String | No |
Identifier for the last event from the previous pagination request. |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.