List workflows
Workflows
List workflows
Lists non-deleted workflows for the org, newest first. By default only org (Studio-authored) workflows; ?owner=chatter lists the ones end users built through a builder agent (optionally narrowed to one user with &userId=), ?owner=all both.
GET
List workflows
Authorizations
Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.
Query Parameters
Whose workflows: org (default), chatter (end-user built), or all.
Available options:
org, chatter, all With owner=chatter: only this end user's workflows (their external id).
Example:
"user_4821"
Response
Every workflow in the organization, newest first
The records only — no definition. Fetch one with GET /v1/workflows/{id} for its steps and schemas.