v1

latestOpenAPI 3.0.02026-07-26356764.0 KB
Stats

Get project stats by Stream ID

Get the stats for the streamId specified

get/stats/{streamId}

Path parameters

streamIdstring uuid required

Stringified UUIDv4. See RFC 4112

The id of the stream to get the stats

Response

Ok

totalWebhooksDeliverednumber double required

The total amount of webhooks delivered across all streams

totalWebhooksFailednumber double required

The total amount of failed webhooks across all streams

totalLogsProcessednumber double required

The total amount of logs processed across all streams, this includes failed webhooks

totalTxsProcessednumber double required

The total amount of txs processed across all streams, this includes failed webhooks

totalTxsInternalProcessednumber double required

The total amount of internal txs processed across all streams, this includes failed webhooks

createdAtstring date-time

The date since this stats are being counted

updatedAtstring date-time

The date since this stats were last updated