Skip to main content
GET
List workflows

Authorizations

Authorization
string
header
required

Organization API key, generated in studio.sidenet.ai. Backend only — never in a browser.

Query Parameters

owner
enum<string>
default:org

Whose workflows: org (default), chatter (end-user built), or all.

Available options:
org,
chatter,
all
userId
string

With owner=chatter: only this end user's workflows (their external id).

Example:

"user_4821"

Response

Every workflow in the organization, newest first

workflows
object[]

The records only — no definition. Fetch one with GET /v1/workflows/{id} for its steps and schemas.