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."],[[["\u003cp\u003eThis endpoint retrieves a list of data segments accessible by a specified buyer, using the format \u003ccode\u003ebuyers/{accountId}\u003c/code\u003e in the \u003ccode\u003eparent\u003c/code\u003e path parameter.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eGET\u003c/code\u003e HTTP request is made to \u003ccode\u003ehttps://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/dataSegments\u003c/code\u003e to obtain data segment information.\u003c/p\u003e\n"],["\u003cp\u003eOptional query parameters \u003ccode\u003epageSize\u003c/code\u003e and \u003ccode\u003epageToken\u003c/code\u003e can be used to manage pagination of the response, and \u003ccode\u003epageSize\u003c/code\u003e has a maximum value of 500.\u003c/p\u003e\n"],["\u003cp\u003eThe response body includes a list of data segments, represented as an array of \u003ccode\u003eDataSegment\u003c/code\u003e objects, and a \u003ccode\u003enextPageToken\u003c/code\u003e string for retrieving additional pages.\u003c/p\u003e\n"],["\u003cp\u003eThe request must have an empty body and use the OAuth scope \u003ccode\u003ehttps://www.googleapis.com/auth/authorized-buyers-marketplace\u003c/code\u003e to get authorized.\u003c/p\u003e\n"]]],[],null,["# Method: buyers.dataSegments.list\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.ListDataSegmentsResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [Try it!](#try-it)\n\nList the data segments owned by a curator.\n\n### HTTP request\n\n`GET https://authorizedbuyersmarketplace.googleapis.com/v1alpha/{parent=buyers/*}/dataSegments`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|----------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `parent` | `string` Required. Name of the parent curator that can access the data segment. v1alpha format: `buyers/{accountId}` v1beta format: `curators/{accountId}` |\n\n### Query parameters\n\n| Parameters ||\n|-------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `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. |\n| `pageToken` | `string` Optional. The page token as returned. [ListDataSegmentsResponse.nextPageToken](/authorized-buyers/apis/marketplace/reference/rest/v1alpha/buyers.dataSegments/list#body.ListDataSegmentsResponse.FIELDS.next_page_token) |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse message for listing data segments.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"dataSegments\": [ { object (/authorized-buyers/apis/marketplace/reference/rest/v1alpha/buyers.dataSegments#DataSegment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dataSegments[]` | `object (`[DataSegment](/authorized-buyers/apis/marketplace/reference/rest/v1alpha/buyers.dataSegments#DataSegment)`)` The list of data segments. |\n| `nextPageToken` | `string` Continuation token for fetching the next page of results. Pass this value in the [ListDataSegmentsRequest.pageToken](/authorized-buyers/apis/marketplace/reference/rest/v1alpha/buyers.dataSegments/list#body.QUERY_PARAMETERS.page_token) field in the subsequent call to the `dataSegments.list` method to retrieve the next page of results. |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/authorized-buyers-marketplace`"]]