---
title: "Get usage metrics"
method: POST
path: "/pipeline/account/local-deploy/metric/usage"
tags: ["Edge - Local Deploy"]
---

# Get usage metrics

`POST /pipeline/account/local-deploy/metric/usage`

Receive usage metrics from an Edge pipeline

## Query parameters

- `edge_id` string

## Request body

- object[]
  - `event_ts` integer, required
  - `pipeline_id` string, uuid, required
  - `component_id` string, required
  - `processor` string, required
  - `total_count` integer, required
  - `total_size` integer, required

## Response `200`

Default Response

---

[API](https://skmtc.net/mezmo/apis/pipeline-api.md) · [All operations](https://skmtc.net/mezmo/apis/pipeline-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/mezmo/pipeline-api/revisions/fb2535545d90/schema)
