Skip to content

List workflows for the caller's org

GET
/workflows

List workflow actions (runtime_type='workflow') owned by the org.

Voice’s underlying GET /list/{org_id} lists all actions; we pin runtime_type=workflow so the public surface returns workflows only. Raw action listing (LLM/API/script skills) is intentionally not exposed here.

Authorizations

Parameters

Query Parameters

enabled
Any of:
boolean

Filter by enabled flag.

category
Any of:
string

Filter by category.

is_template
Any of:
boolean

Templates only when true.

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