v1

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

Get current block-level exposed property values from a running pipeline.

Returns each live exposed property's current value in block-level (user-facing) units — e.g. a ch1_pfl bool, a fader_db float in dB — by reading the underlying GStreamer element and applying the declared inverse transform. Non-live properties and those bound to the _block virtual element are omitted.

get/api/flows/{flow_id}/blocks/{block_id}/properties

Path parameters

flow_idstring required

Flow ID (UUID)

block_idstring required

Block instance ID

Response

Block properties retrieved

block_idstring required

The block instance ID

propertiesobject required

Current values (in block-level units, inverse-transformed from the live elements)

rejectedobject

Names of properties that could not be applied, mapped to a short reason. Empty on full success. Only populated on PATCH.