You're viewing a demo portfolio

Join the waitlist
PRSM

list_workflow_runs

Active

Tool of SendIt

declared in 0.1.0

List recent runs for a workflow.

Parameters schema

{
  "type": "object",
  "required": [
    "workflowId"
  ],
  "properties": {
    "limit": {
      "type": "number",
      "description": "Max results (default 20)"
    },
    "status": {
      "enum": [
        "pending",
        "running",
        "completed",
        "failed",
        "paused"
      ],
      "type": "string"
    },
    "workflowId": {
      "type": "string",
      "description": "Workflow ID"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

SendIt

https://github.com/Shree-git/sendit

1/7 registries
View full server →