Routines & missions · list_missions
List missions
The agent's missions: plan, indicators, routines.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| missionId | string | |
| status | array | |
| includeEvents | boolean | Joindre les 10 derniers événements (défaut true) |
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_missions","input":{"missionId":"…","status":[],"includeEvents":true}}'$
run({ "tool": "list_missions", "input": {"missionId":"…","status":[],"includeEvents":true} })