---
title: "Get Apps usage"
method: GET
path: "/api/v1/apps/usage"
tags: ["Raff Apps"]
---

# Get Apps usage

`GET /api/v1/apps/usage`

Month-to-date replica-hours and estimated charge per service.

## Query parameters

- `service_id` string
- `period` string

## Response `200`

Usage and estimated charge

- AppUsage
  - `success` boolean
  - `services` object[]
    - `service_id` string
    - `service_name` string
    - `tier_id` integer
    - `replica_hours` number
    - `estimated_cost_usd` number
  - `total_estimated_cost_usd` number
  - `period_start` string, date-time
  - `period_end` string, date-time

## Other responses

- `401` — Authentication required

## Changes

- **2026-08-20** `efd3c11c5c92` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/apps/usage/get.md)

---

[API](https://skmtc.dev/rafftechnologies/apis/raff-api.md) · [All operations](https://skmtc.dev/rafftechnologies/apis/raff-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/rafftechnologies/raff-api/revisions/119e4aec8f63/schema)
