Retrieves information about rendered videos.
Parameters
The fully-qualified KiFS paths for the videos to show. If empty, shows all videos. The user can provide a single element (which will be automatically promoted to a list internally) or a list.
Optional parameters. The default value is an empty dict ( ).
Returns
A dict with the following entries–
Creation time for each video as an ISO-8601 datetime.
The elapsed time spent rendering each video in seconds.
The job id of the rendering process, for each video that is still being rendered.
KIFS path to each video.
The number of bytes emitted by the encoder for each video.
The number of frames rendered for each video.
Percent completion of each video’s rendering process (0-100).
JSON-string reflecting each video’s creation parameters.
The status of the last rendered frame for each video. Either OK or Error with a message indicating the nature of the error.
The remaining TTL, in minutes, before the respective video expires (-1 if it will never expire).
Additional information.