Windmill · Example Payload

Windmill Run Script Example

AutomationInternal ToolsOpen SourceProCode API CompositionScriptsWebhooksWorkflow EngineWorkflows

Windmill Run Script Example is an example object payload from Windmill, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationmethodpathsummaryrequestresponse

Example Payload

Raw ↑
{
  "operation": "run-script",
  "method": "POST",
  "path": "/w/{workspace}/jobs/run/p/{path}",
  "summary": "Run Script by Path",
  "request": {
    "workspace": "my-workspace",
    "path": "u/user/hello_world",
    "args": {
      "name": "World",
      "count": 5
    },
    "scheduled_for": null,
    "parent_job": null
  },
  "response": {
    "id": "d99723d1-3a55-4a0c-8f29-e4f7f6b7d1b2"
  }
}