curl "https://api.magpipe.ai/functions/v1/scheduled-actions?status=pending" \ -H "Authorization: Bearer YOUR_API_KEY"
{ "data": [ { "id": "123e4567-e89b-12d3-a456-426614174000", "action_type": "send_sms", "scheduled_at": "2026-01-15T18:00:00.000Z", "status": "pending", "parameters": { "recipient_phone": "+14155551234", "recipient_name": "John Smith", "message": "Your appointment is in 1 hour!" }, "created_at": "2026-01-14T12:00:00.000Z", "retry_count": 0 }, { "id": "456e7890-e89b-12d3-a456-426614174000", "action_type": "send_sms", "scheduled_at": "2026-01-16T09:00:00.000Z", "status": "pending", "parameters": { "recipient_phone": "+14155555678", "recipient_name": "Jane Doe", "message": "Follow-up: How was your experience?" }, "created_at": "2026-01-14T12:30:00.000Z", "retry_count": 0 } ], "total": 2 }
List all scheduled actions for your account
pending
processing
completed
failed
cancelled
send_sms
call_contact