v1
latestOpenAPI 3.1.0MIT OR Apache-2.02026-07-17107151343.7 KBflows
Get current property values from a pad in a running element.
Returns all readable properties and their current values from a specific pad on an element in a running pipeline. This is useful for elements like compositor where you need to control individual sink pad properties (alpha, xpos, ypos, zorder).
get/api/flows/{flow_id}/elements/{element_id}/pads/{pad_name}/properties
Path parameters
flow_idstring required
Flow ID (UUID)
element_idstring required
Element instance ID
pad_namestring required
Pad name (e.g., sink_0, sink_1)
Response
Pad properties retrieved successfully