/
/ecFlow REST API
DocsSign in
Sign in
  • APIs
  • Generators
  • Stacks
  • Projects
  • Docs
  • History
  • Schema
Checked 10m ago · Updated 1mo ago
api1
nodes12
  • getShow this node and its children as a tree
  • getShow status of a node (suite, family or task)
  • putUpdate status of a node (suite, family or task)
  • getShow attributes of a node (suite, family or task)
  • putUpdate an attribute of a node (suite, family or task)
  • postCreate a new attribute for a node (suite, family or task)
  • deleteRemove an attribute of a node (suite, family or task)
  • getShow ecFlow definition of a node (suite, family or task)
  • putUpdate definition of a node (suite, family or task)
  • deleteRemove a node (suite, family or task)
  • getShow script for a task
  • getShow output of a task
server7
suites3
    nodes

    Show script for a task

    get/suites/{nodeName}/script

    Path parameters

    nodeNamestring required

    The name of the node to retrieve (must be a task)

    Query parameters

    filterstring

    Filter results

    Response

    Script contents

    scriptstring
    jobstring

    Changes