MtApi.getTrackbackPings ()
mt.getTrackbackPings retrieve the list of TrackBack pings posted to a particular entry Antville currently just returns an empty array

Sourcecode in MtApi/moveabletypeAPI.js:
1:   function getTrackbackPings() {
2:      return [];
3:   }