---
title: "Get Stats"
method: GET
path: "/api/v1/ssf-receiver-streams/{stream_id}/stats"
tags: ["SSF Receiver"]
---

# Get Stats

`GET /api/v1/ssf-receiver-streams/{stream_id}/stats`

GetStats retrieves event processing statistics for a specific SSF receiver stream, including counts of received, acted-on, and failed events.

## Path parameters

- `stream_id` string, required — The ID of the SSF receiver stream to get stats for.

## Response `200`

SSFReceiverStreamServiceGetStatsResponse contains the event processing statistics for the stream.

- C1ApiSsfReceiverV1SSFReceiverStreamServiceGetStatsResponse — SSFReceiverStreamServiceGetStatsResponse contains the event processing statistics for the stream.
  - `stats` C1ApiSsfReceiverV1SSFReceiverStreamStats — SSFReceiverStreamStats is a lightweight read-only stats object.
    - `eventsActedOnCount` string, int64 — Number of events that triggered an action (e.g., session revocation).
    - `eventsFailedCount` string, int64 — Number of events that failed processing.
    - `eventsReceivedCount` string, int64 — Total number of events received on this stream.
    - `lastErrorAt` string, date-time, nullable
    - `lastErrorMessage` string — Human-readable description of the most recent processing error.
    - `lastEventReceivedAt` string, date-time, nullable
    - `lastVerifiedAt` string, date-time, nullable
    - `streamId` string — The SSF receiver stream these stats belong to.
    - `transmitterStatus` string — Current status reported by the transmitter (e.g., "enabled", "paused").
    - `transmitterStatusReason` string — Reason provided by the transmitter for its current status.

## Changes

- **2026-08-21** `f2cf3228f366` — 2 breaking, 10 warning
  - added `#/components/schemas/c1.api.ssf_receiver.v1.SSFReceiverStreamStats, subschema #2` to the `stats` response property `oneOf` list for the response status `200`
  - the `stats` response's property type/format changed from `object`/`` to ``/`` for status `200`
  - removed the optional property `stats/eventsActedOnCount` from the response with the `200` status
  - removed the optional property `stats/eventsFailedCount` from the response with the `200` status
  - …8 more
- **2026-04-30** `fa2bb307d6fa` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/conductorone/apis/c1-api/changes/api/v1/ssf-receiver-streams/:stream_id/stats/get.md)

---

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