Database

[{"history":[{"key":1593236606706}]}]

Query

db.collection.aggregate([{"$unwind":"$history"},{"$project":{"d":{$convert:{input:"$history.key",to:"date"}}}}])

Result