Method: tuningJobs.list

Full name: projects.locations.tuningJobs.list

Lists tuning jobs in a location.

Endpoint

gethttps://{service-endpoint}/v1beta1/{parent}/tuningJobs

Where{service-endpoint} is one of thesupported service endpoints.

Path parameters

parentstring

Required. The resource name of the location to list the tuning jobs from. Format:projects/{project}/locations/{location}

Query parameters

filterstring

Optional. The standard list filter.

pageSizeinteger

Optional. The standard list page size.

pageTokenstring

Optional. The standard list page token.

Typically obtained fromListTuningJobsResponse.next_page_token of the previousGenAiTuningService.ListTuningJobs call.

Request body

The request body must be empty.

Response body

Response message forGenAiTuningService.ListTuningJobs

If successful, the response body contains data with the following structure:

Fields
tuningJobs[]object (TuningJob)

The tuning jobs that match the request.

nextPageTokenstring

A token to retrieve the next page of results.

Pass this token in a subsequent [GenAiTuningService.ListTuningJobs] call to retrieve the next page of results.

JSON representation
{"tuningJobs":[{object (TuningJob)}],"nextPageToken":string}

Except as otherwise noted, the content of this page is licensed under theCreative Commons Attribution 4.0 License, and code samples are licensed under theApache 2.0 License. For details, see theGoogle Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.

Last updated 2026-01-29 UTC.