- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Lists data products for a given project.
HTTP request
GET https://dataplex.googleapis.com/v1/{parent=projects/*/locations/*}/dataProducts
The URL uses gRPC Transcoding syntax.
Path parameters
| Parameters | |
|---|---|
parent |
Required. The parent, which has this collection of data products. Format: Supports listing across all locations with the wildcard |
Query parameters
| Parameters | |
|---|---|
filter |
Optional. Filter expression that filters data products listed in the response. Example of using this filter is: |
pageSize |
Optional. The maximum number of data products to return. The service may return fewer than this value. If unspecified, at most 50 data products will be returned. The maximum value is 1000; values above 1000 will be coerced to 1000. |
pageToken |
Optional. A page token, received from a previous When paginating, all other parameters provided to |
orderBy |
Optional. Order by expression that orders data products listed in the response. Supported Order by fields are: If not specified, the ordering is undefined. Ordering by |
Request body
The request body must be empty.
Response body
Response message for listing data products.
If successful, the response body contains data with the following structure:
| JSON representation |
|---|
{
"dataProducts": [
{
object ( |
| Fields | |
|---|---|
dataProducts[] |
The data products for the requested filter criteria. |
nextPageToken |
A token, which can be sent as |
unreachable[] |
Unordered list. Locations that the service couldn't reach. |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.
IAM Permissions
Requires the following IAM permission on the parent resource:
dataplex.dataProducts.list
For more information, see the IAM documentation.