Lists any container asset, such as a folder or collection.
HTTP request
GET https://earthengine.googleapis.com/v1beta/{parent=projects/*/assets/**}:listAssets
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
The name of the container asset to list. Authorization requires one or more of the following IAM permissions on the specified resource
|
Query parameters
Parameters | |
---|---|
pageSize |
An optional maximum number of results per page. The server may return fewer assets than requested. If unspecified, the page size default is 1000 reesults per page. |
pageToken |
An optional token identifying a page of results the server should return. Typically this is the value of
|
filter |
If present, specifies a filter. Filters are only applied to The fields An example date filter:
"properties.CLOUDY_PIXEL_PERCENTAGE<30"
"intersects("{'type':'Point','coordinates':[1,2]}")" "intersects("{\"type\":\"Point\",\"coordinates\":[1,2]}")" ``` See https://google.aip.dev/160 for more details on the filter language. |
view |
Specifies which parts of the |
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of ListAssetsResponse
.
Authorization Scopes
Requires one of the following OAuth scopes:
https://www.googleapis.com/auth/earthengine
https://www.googleapis.com/auth/earthengine.readonly
https://www.googleapis.com/auth/cloud-platform
https://www.googleapis.com/auth/cloud-platform.read-only
For more information, see the Authentication Overview.