---
title: "Get Cost Assets"
method: GET
path: "/api/v2/usage/assets"
tags: ["Assets"]
---

# Get Cost Assets

`GET /api/v2/usage/assets`

Retrieve the list of assets defined in the account

## Query parameters

- `startDate` string, date, required
- `endDate` string, date, required
- `isK8S` boolean, required
- `granLevel` string, required
- `columns` string, required
- `costType` string, required
- `isUnblended` boolean, required
- `token` string

## Headers

- `Authorization` string, required
- `apikey` string, required

## Response `200`

- object
  - `usageDate` string
  - `payeraccount` string
  - `service` string
  - `totalcost` integer
  - `totalUsageQuantity` integer

---

[API](https://skmtc.net/umbrellacost/apis/admin.md) · [All operations](https://skmtc.net/umbrellacost/apis/admin/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/umbrellacost/admin/versions/b0a65610726b/schema)
