---
title: "List active probes on a flow."
method: GET
path: "/api/flows/{id}/probes"
tags: ["probes"]
---

# List active probes on a flow.

`GET /api/flows/{id}/probes`

## Path parameters

- `id` string, required

## Response `200`

Active probes

- ActiveProbesResponse — Response listing active probes.
  - `probes` ProbeInfo[], required — List of active probes
    - `element_id` string, required — Element ID being probed
    - `pad_name` string, required — Pad name being probed
    - `probe_id` string, required — Unique probe ID
    - `sample_count` integer, required — Number of samples collected so far

## Other responses

- `404` — Flow not found or not running

---

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