Query Workflows
POST/preview/base/workflows/query
Query Workflows
Request
Query Parameters
workflow_ref any
JSON string of ref, e.g. {"key": value}
workflow_flags any
JSON string of flags, e.g. {"key": value}
workflow_metadata any
JSON string of metadata, e.g. {"key": value}
include_archived any
Responses
- 200
- 422
Successful Response
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- MOD1
- WorkflowFlags
- MOD1
- MOD1
- MOD1
- ] 
count Count (integer)required
workflowsobject[]
nameobject
anyOf
string
descriptionobject
anyOf
string
created_atobject
anyOf
string
updated_atobject
anyOf
string
deleted_atobject
anyOf
string
created_by_idobject
anyOf
string
updated_by_idobject
anyOf
string
deleted_by_idobject
anyOf
string
slugobject
anyOf
string
idobject
anyOf
string
flagsobject
anyOf
is_customobject
anyOf
boolean
is_evaluatorobject
anyOf
boolean
is_humanobject
anyOf
boolean
metadataobject
anyOf
{
  "count": 0,
  "workflows": [
    {
      "name": "string",
      "description": "string",
      "created_at": "2025-05-15T13:01:54.368Z",
      "updated_at": "2025-05-15T13:01:54.368Z",
      "deleted_at": "2025-05-15T13:01:54.368Z",
      "created_by_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "updated_by_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "deleted_by_id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "slug": "string",
      "id": "3fa85f64-5717-4562-b3fc-2c963f66afa6",
      "flags": {},
      "metadata": {}
    }
  ]
}
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
- Array [ 
- Array [ 
- MOD1
- MOD2
- ] 
- ] 
detailobject[]
locobject[]required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
  "detail": [
    {
      "loc": [
        "string",
        0
      ],
      "msg": "string",
      "type": "string"
    }
  ]
}
Loading...