Method: curators.dataSegments.list
Stay organized with collections
Save and categorize content based on your preferences.
List the data segments owned by a curator.
HTTP request
GET https://authorizedbuyersmarketplace.googleapis.com/v1beta/{parent=curators/*}/dataSegments
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
parent |
string
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.
|
pageToken |
string
Optional. The page token as returned. ListDataSegmentsResponse.nextPageToken
|
Request body
The request body must be empty.
Response body
Response message for listing data segments.
If successful, the response body contains data with the following structure:
JSON representation |
{
"dataSegments": [
{
object (DataSegment )
}
],
"nextPageToken": string
} |
Fields |
dataSegments[] |
object (DataSegment )
The list of data segments.
|
nextPageToken |
string
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.
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/authorized-buyers-marketplace
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-12 UTC.
[null,null,["Last updated 2025-06-12 UTC."],[],[],null,["# Method: curators.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/v1beta/{parent=curators/*}/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/v1beta/curators.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/v1beta/curators.dataSegments#DataSegment) } ], \"nextPageToken\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `dataSegments[]` | `object (`[DataSegment](/authorized-buyers/apis/marketplace/reference/rest/v1beta/curators.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/v1beta/curators.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`"]]