GET
/fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissionsList checkpoint permissions
Lists permissions for a fine-tuned model checkpoint. Use project_id to filter permissions by project and after, limit, and order to paginate and sort the results. You must authenticate with an admin API key.
- RetriesRetries up to 2×, 500ms backoff, 30s timeout.
fine_tuned_model_checkpointstringrequired
The identifier of the fine-tuned model checkpoint whose permissions to list.
project_idstringoptional
Filters permissions to the specified project.
afterstringoptional
Identifier of the last permission from the previous page.
limitintegeroptional
Number of permissions to retrieve. Defaults to 10 when omitted.
orderstringoptional
Permission ordering: `ascending` or `descending`. Defaults to `descending` when omitted.
200Returns a paginated list of checkpoint permissions, including permission data, the object type, and a flag indicating whether more permissions are available.
dataarray<FineTuningCheckpointPermission>required
objectstringrequired
first_idstringoptional
last_idstringoptional
has_morebooleanrequired
Error handling
Access requires an admin API key. fine_tuned_model_checkpoint must identify the checkpoint whose permissions you want to list, and order must be ascending or descending when supplied.