Access uploaded GIF via REST API

If I have a document with some added GIFs, is there a way to access the original GIFs I uploaded via the REST API?

I tried the images (/v1/images/:key) and image fills (/v1/files/:key/images) endpoints, but both of those seem to return PNGs of the first frame of the GIF, not the GIF itself.

Thanks!

Did you ever resolve this, I’m having the same issue now ( just posted same on SO ).