GET
/
workflows
[
  {
    "id": "<string>",
    "title": "<string>",
    "description": "<string>",
    "status": "<string>",
    "icon_url": "<string>",
    "created_at": "2023-11-07T05:31:56Z",
    "updated_at": "2023-11-07T05:31:56Z",
    "version": 123,
    "tags": [
      {
        "id": "<string>",
        "name": "<string>",
        "color": "<string>"
      }
    ],
    "alias": "<string>",
    "error_handler": "<string>"
  }
]

Authorizations

fastapiusersauth
string
cookie
required

Query Parameters

tag
string[] | null

Filter workflows by tags

workspace_id
string
required

Response

200
application/json
Successful Response
id
string
required
title
string
required
description
string
required
status
string
required
icon_url
string | null
required
created_at
string
required
updated_at
string
required
version
integer | null
required
tags
object[] | null

Model for reading tag data with validation.

alias
string | null
error_handler
string | null