Skip to main content

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

Successful Response
Schema
    count Count (integer)required
    workflowsobject[]
  • Array [

  • 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
  • ]

Loading...