Skip to content

List workbenches for the org (resolver helper)

GET
/workflows/workbenches

Resolve a workbench NAME into the workbench_id the workbench nodes need.

Returns {workbenches: [{workbench_id, name, entity_type, description, row_count, created_at}], total, page, limit}.

workbench_id is the value to paste straight into a node config. It is the same id the Workbench page URL shows, so an agent and a human are naming the same thing.

Org is pinned from the authenticated caller and used as the tenant scope; nothing client-supplied selects the tenant.

Authorizations

Parameters

Query Parameters

limit

Page size.

integer
default: 50 >= 1 <= 100

Page size.

page

1-based page number.

integer
default: 1 >= 1

1-based page number.

filter_name
Any of:
string

Case-insensitive name filter.

Header Parameters

X-Target-Org-Id
Any of:
string

Responses

200

Successful Response

object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
loc
required
Array
msg
required
string
type
required
string