Stay organized with collections
Save and categorize content based on your preferences.
AI-generated Key Takeaways
This endpoint retrieves a list of data segments accessible by a specified buyer, using the format buyers/{accountId} in the parent path parameter.
The GET HTTP request is made to https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/dataSegments to obtain data segment information.
Optional query parameters pageSize and pageToken can be used to manage pagination of the response, and pageSize has a maximum value of 500.
The response body includes a list of data segments, represented as an array of DataSegment objects, and a nextPageToken string for retrieving additional pages.
The request must have an empty body and use the OAuth scope https://www.googleapis.com/auth/authorized-buyers-marketplace to get authorized.
Required. Name of the parent curator that can access the data segment. v1alpha format: buyers/{accountId} v1beta format: curators/{accountId}
Query parameters
Parameters
pageSize
integer
Optional. Requested page size. The server may return fewer results than requested. Max allowed page size is 500. If unspecified, the server will default to 500.
Continuation token for fetching the next page of results. Pass this value in the ListDataSegmentsRequest.pageToken field in the subsequent call to the dataSegments.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."],[],[]]