v1

latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KB
flows

Get runtime dynamic pads for a flow.

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.

get/api/flows/{id}/dynamic-pads

Path parameters

idstring required

Flow ID (UUID)

Response

Dynamic pads information

padsobject required

Map of element_id -> {pad_name -> tee_element_name} These are pads that appeared at runtime without defined links.