---
title: "Usage Rent"
method: GET
path: "/payment/usage/rent"
tags: ["Billing"]
---

# Usage Rent

`GET /payment/usage/rent`

## Query parameters

- `from` integer, required — start of period, in seconds since unix epoch
- `to` integer, nullable — end of period, in seconds since unix epoch

## Cookies

- `session` unknown

## Response `200`

Successful Response

- UsageRentOut
  - `id_to_duration` object, required — container id to duration in seconds

## Other responses

- `422` — Validation Error

---

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