GET /fine_tuning/jobs/{fine_tuning_job_id}/checkpoints
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 checkpoints for. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
limit |
Integer | No |
Number of checkpoints to retrieve. Default value: 10 |
after |
String | No |
Identifier for the last checkpoint ID 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.