---
title: "Get service metrics"
method: GET
path: "/api/v1/apps/services/{service_id}/metrics"
tags: ["Raff Apps"]
---

# Get service metrics

`GET /api/v1/apps/services/{service_id}/metrics`

## Path parameters

- `service_id` string, required

## Query parameters

- `window` string

## Response `200`

Metric series

- object
  - `success` boolean
  - `series` AppMetricSeries[]
    - `name` string
    - `values` number[]
    - `timestamps` string[]

## Other responses

- `401` — Authentication required
- `404` — Resource not found

## Changes

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

[Change history](https://skmtc.dev/rafftechnologies/apis/raff-api/changes/api/v1/apps/services/:service_id/metrics/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/2f4df56be77c/schema)
