list_workflow_runs
ActiveTool 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"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
SendIt
https://github.com/Shree-git/sendit
1/7 registries