Skip to main content
GET
List checkpoint permissions

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

fine_tuned_model_checkpoint
string
required

The ID of the fine-tuned model checkpoint to get permissions for.

Example:

"ft-AF1WoRqd3aJAHsqc9NY7iL8F"

Query Parameters

project_id
string

The ID of the project to get permissions for.

after
string

Identifier for the last permission ID from the previous pagination request.

limit
integer
default:10

Number of permissions to retrieve.

order
enum<string>
default:descending

The order in which to retrieve permissions.

Available options:
ascending,
descending

Response

200 - application/json

OK

data
FineTuningCheckpointPermission · object[]
required
object
enum<string>
required
Available options:
list
has_more
boolean
required
first_id
string | null
last_id
string | null