List workflow bindings
List every brand_workflow_bindings row for the brand (all template_keys and versions, ordered by priority ASC, created_at ASC)…
GET
List every brand_workflow_bindings row for the brand (all template_keys and versions, ordered by priority ASC, created_at ASC). binding_config may hold connector KEYS but never secrets.
NOTE: these rows are also writable via
PATCH /v1/brands/{brand_id} with a workflow_bindings array, which DELETE-AND-REINSERTS ALL bindings for the brand (pre-existing behavior) and therefore clobbers rows created through this API. Use one path or the other for a given brand.
Path parameters
string (uuid)
required
Query parameters
integer
Max items (capped at 1000).
integer
string
Filter by status.
Response
ReturnsGenericObject.
The spec this page is generated from declares this response as an untyped object — the server
returns JSON, but its shape is not published. Read a live response to see the fields; treat any
field you find as unversioned until the spec names it.