This endpoint requests an image around a timestamp formatted according to ISO 8601. It can be specified if the timestamp must match exactly, or if it can be
before or after. Alternatively, by giving pageToken, the next/previous image from the last image is returned. In this case, none of the other parameters
are used.
Be aware that the image type main
is rate-limited, and should not be used in quick succession. Additionally, it requires that a recording is available
at the given timestamp param. If no recording is available at the given timestamp param a 404 NOT FOUND will be returned.
In a single request, one of the timestamp parameter needs to be specified.
If overlaySvgHeader
is requested for in the include
parameter, then at least one overlayId must be provided as part of the overlayIds
parameter.
The list of available overlay ids can be retrieved using the GET /media/recordedImage.jpeg:listFieldValues API.