Optional. The parent resource to list billing accounts from. Format: - organizations/{organization_id}, for example, organizations/12345678 - billingAccounts/{billing_account_id}, for example, billingAccounts/012345-567890-ABCDEF
Query parameters
Parameters
pageSize
integer
Requested page size. The maximum page size is 100; this is also the default.
pageToken
string
A token identifying a page of results to return. This should be a nextPageToken value returned from a previous billingAccounts.list call. If unspecified, the first page of results is returned.
filter
string
Options for how to filter the returned billing accounts. This only supports filtering for subaccounts under a single provided parent billing account. (for example, masterBillingAccount=billingAccounts/012345-678901-ABCDEF). Boolean algebra and other fields are not currently supported.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-05-15 UTC."],[[["This API endpoint retrieves a list of billing accounts that the authenticated user has permission to view."],["The HTTP request uses a `GET` method with the URL `https://cloudbilling.googleapis.com/v1/{parent=organizations/*}/billingAccounts`, adhering to gRPC Transcoding syntax."],["The endpoint accepts `parent` as a path parameter, allowing the listing of accounts from either an organization or a specific billing account."],["It also accepts `pageSize`, `pageToken`, and `filter` as query parameters, with the filter supporting only subaccount filtering under a single parent billing account."],["The request requires one of the following OAuth scopes for authorization: `https://www.googleapis.com/auth/cloud-platform`, `https://www.googleapis.com/auth/cloud-billing`, or `https://www.googleapis.com/auth/cloud-billing.readonly`."]]],[]]