phones
Get a session's live thumbnail
Returns a short-lived URL for the session's current screen thumbnail — a rolling JPEG refreshed every few seconds while the session is active. Poll this endpoint and swap the image; every call mints a fresh URL. Status is "pending" (no URL) before the first frame lands or after the session ends. Org-scoped: another org's session reads as not found.
get/phones/sessions/{session_id}/thumbnail
Path parameters
session_idstring uuid required
Phone session identifier
Phone session identifier
Response
OK
Example response
{
"$schema": "/api/v1/PhoneSessionThumbnailResponse.json"
}