Required. The name of the buyer. Format: buyers/{accountId}
Query parameters
Parameters
pageSize
integer
Requested page size. If left blank, a default page size of 500 will be applied.
pageToken
string
A token identifying a page of results the server should return. Typically, this is the value of [ListClientsResponse.nextPageToken][nextPageToken] returned from the previous call to the [list][clients.list] method.
filter
string
Query string using the Filtering Syntax Supported fields for filtering are:
partnerClientId
Use this field to filter the clients by the partnerClientId. For example, if the partnerClientId of the client is "1234", the value of this field should be partnerClientId = "1234", in order to get only the client whose partnerClientId is "1234" in the response.
Request body
The request body must be empty.
Response body
Response message for the [list][clients.list] method.
If successful, the response body contains data with the following structure:
A token to retrieve the next page of results. Pass this value in the ListClientsRequest.pageToken field in the subsequent call to the [list][clients.list] method to retrieve the next page of results.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-06-12 UTC."],[],["This outlines how to list clients for a buyer using an API. The `GET` request targets a specific buyer's ID via the `parent` path parameter. Optional query parameters include `pageSize`, `pageToken` for pagination, and `filter` to search by `partnerClientId`. The request body is empty. The response contains a list of clients and a `nextPageToken` for additional results. Authorization requires the `authorized-buyers-marketplace` scope.\n"]]