Skip to main content
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

object
WorkflowBindingRecord[]
required

Status codes

Last modified on August 31, 2026