GET /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions
Servers
- https://api.openai.com/v1
Path parameters
Name | Type | Required | Description |
---|---|---|---|
fine_tuned_model_checkpoint |
String | Yes |
The ID of the fine-tuned model checkpoint to get permissions for. |
Query parameters
Name | Type | Required | Description |
---|---|---|---|
project_id |
String | No |
The ID of the project to get permissions for. |
order |
String | No |
The order in which to retrieve permissions. Possible values:
Default value: "descending" |
limit |
Integer | No |
Number of permissions to retrieve. Default value: 10 |
after |
String | No |
Identifier for the last permission 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.