---
title: "List assets"
method: GET
path: "/billing/v1/assets"
tags: ["Assets"]
---

# List assets

`GET /billing/v1/assets`

Returns a list of all available customer assets, such as Google Cloud billing accounts, G Suite/Workspace subscriptions, etc.
Assets are returned in reverse chronological order by default.

## Query parameters

- `maxResults` integer
- `pageToken` string
- `filter` string

## Response `200`

OK - List of available assets returned.

- object
  - `assets` AssetItem[] — Array of Assets
    - `createTime` integer — The time when the asset was created, in milliseconds since the epoch.
    - `id` string — The unique identifier of the asset.
    - `name` string — A human-readable label for the asset, typically combining the product name and domain or account ID.
    - `quantity` integer — The number of licenses or seats currently assigned to this asset.
    - `type` string — The asset type, e.g. g-suite, office-365, google-cloud, amazon-web-services, or microsoft-azure.
    - `url` string — A link to the asset details page in the DoiT console.
  - `pageToken` string — Page token. Can be used to request the next page of results.
  - `rowCount` integer — Assets rows count

## Other responses

- `400` — Bad Request - The server cannot process the request, often due to a malformed request.
- `401` — Unauthorized - Invalid API key.
- `403` — Forbidden - The client is not authorized to perform the request.
- `404` — Not Found - The requested resource does not exist.

---

[API](https://skmtc.dev/doit/apis/doit-cloud-intelligence.md) · [All operations](https://skmtc.dev/doit/apis/doit-cloud-intelligence/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/doit/doit-cloud-intelligence/revisions/9416402fc119/schema)
