Runs
Get Live Run Snapshot
Return a live snapshot for an active run, including latest game state and (optionally) per-player screenshots.
GET
Permission Required:
project:read-runsPath Parameters
The multiplayer run ID (12 lowercase alphanumeric characters)
Query Parameters
Whether to include a base64-encoded screenshot per player. Set to
false
for a lighter-weight response.Response
Run ID (echoes the path param)
Run state:
initializing, running, or completedThe test that the run is executing
Snapshot per player
Authorizations
API key for authentication
Path Parameters
The multiplayer run ID (12 lowercase alphanumeric characters)
Pattern:
^[a-z0-9]{12}$The project ID. You can copy it from the project settings page or the project URL in the dashboard.
Query Parameters
Whether to include per-player screenshots