Social & video · get_campaign_status
Campaign status
Planned, drafted, scheduled, published.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| campaignId | string | Campaign UUID for the detailed calendar view |
| includeArchived | boolean | Include completed/cancelled campaigns in the list (default false) |
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":"get_campaign_status","input":{"campaignId":"…","includeArchived":true}}'$
run({ "tool": "get_campaign_status", "input": {"campaignId":"…","includeArchived":true} })