All tools

Routines & missions · list_tasks

List scheduled tasks

What is scheduled, with the next run.

Price
included
Requirements
No connector
runs on platform keys
Human approval
No
read or internal write

Input

FieldTypeDescription
statusactive | paused | allFilter: default = active AND paused (everything still scheduled or suspended) ; "active" = running only ; "paused" = suspended only ; "all" = including cancelled/completed

Call this tool

Through the HTTP API, or from the MCP server with the run meta-tool.

curl https://api.ezyagents.fr/gateway/v1/run \
  -H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
  -d '{"tool":"list_tasks","input":{"status":"active"}}'
$run({ "tool": "list_tasks", "input": {"status":"active"} })