This is a low-level helper that retrieves the raw figure object from the GoFigr API. It is typically used after you already know the figure's `api_id`, for example from an analysis or figure listing.
get_figure(gf, api_id)A figure object as returned by the API (an environment), including metadata and revision information.
GoFigr client created by `gofigr_client()`.
Character string with the API ID of the figure to fetch.