{
"error": false,
"message": "Forwarding jobs retrieved successfully",
"jobs": [
{
"uid": "fwd-123e4567-e89b-12d3-a456-426614174000",
"mailbox_uid": "mb-aaa11111-e89b-12d3-a456-426614174000",
"mailbox_email": "[email protected]",
"forwarding_email": "[email protected]",
"action": "enable",
"status": "completed",
"status_message": "Forwarding enabled successfully",
"error_message": "",
"attempts": 1,
"max_attempts": 3,
"created_at": "2025-01-15T10:00:00.000Z",
"updated_at": "2025-01-15T10:02:30.000Z",
"completed_at": "2025-01-15T10:02:30.000Z",
"last_attempt_at": "2025-01-15T10:02:25.000Z",
"next_retry_at": null
}
],
"pagination": {
"page": 1,
"limit": 10,
"total": 4,
"pages": 1
}
}