Chatter Query Error - FeedTrackedChange

I’m trying to create a chatter table with Skuid and want to use the FeedTrackedChange object, but receiving this error message:

An error occurred while attempting to perform the following SOQL query: SELECT FeedItemId,FieldName,NewValue,OldValue,Id FROM FeedTrackedChange LIMIT 21 Error:entity type FeedTrackedChange does not support query

I haven’t put any conditions on the model, just trying to throw this in a table to see what the data looks like, but no luck.

I’ve been able to successfully use other chatter objects such as FeedItem, FeedComment, etc but for some reason this one throws an error.

Any help would be much appreciated.

Thanks!