List workflows for the caller's org
GET /workflows
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
Header Parameters
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