GET /fine_tuning/checkpoints/{fine_tuned_model_checkpoint}/permissions

Servers

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:

  • "ascending"
  • "descending"

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

  1. Add HTTP Task to your workflow definition.
  2. 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.
  3. Click Test request to test run your request to the API and see the API's response.