---
title: "Get project stats by Stream ID"
method: GET
path: "/stats/{streamId}"
tags: ["Stats"]
---

# Get project stats by Stream ID

`GET /stats/{streamId}`

Get the stats for the streamId specified

## Path parameters

- `streamId` string, uuid, required — Stringified UUIDv4. See [RFC 4112](https://tools.ietf.org/html/rfc4122)

## Response `200`

Ok

- UsageStatsModel
  - `totalWebhooksDelivered` number, double, required — The total amount of webhooks delivered across all streams
  - `totalWebhooksFailed` number, double, required — The total amount of failed webhooks across all streams
  - `totalLogsProcessed` number, double, required — The total amount of logs processed across all streams, this includes failed webhooks
  - `totalTxsProcessed` number, double, required — The total amount of txs processed across all streams, this includes failed webhooks
  - `totalTxsInternalProcessed` number, double, required — The total amount of internal txs processed across all streams, this includes failed webhooks
  - `streams` UsageStatsStreams[] — Array of stream stats
    - `totalWebhooksDelivered` number, double, required — The total amount of webhooks delivered across all streams
    - `totalWebhooksFailed` number, double, required — The total amount of failed webhooks across all streams
    - `totalLogsProcessed` number, double, required — The total amount of logs processed across all streams, this includes failed webhooks
    - `totalTxsProcessed` number, double, required — The total amount of txs processed across all streams, this includes failed webhooks
    - `totalTxsInternalProcessed` number, double, required — The total amount of internal txs processed across all streams, this includes failed webhooks
    - `streamId` string, required — The stream id
  - `createdAt` string, date-time — The date since this stats are being counted
  - `updatedAt` string, date-time — The date since this stats were last updated

---

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