---
title: "Get runtime dynamic pads for a flow."
method: GET
path: "/api/flows/{id}/dynamic-pads"
tags: ["flows"]
---

# Get runtime dynamic pads for a flow.

`GET /api/flows/{id}/dynamic-pads`

Returns information about dynamic pads (like decodebin outputs) that were
created at runtime and auto-linked to tees. These pads can be connected
to other elements in the UI.

## Path parameters

- `id` string, required

## Response `200`

Dynamic pads information

- DynamicPadsResponse — Response containing runtime dynamic pads information.
  - `pads` object, required — Map of element_id -> {pad_name -> tee_element_name} These are pads that appeared at runtime without defined links.

## 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)
