brawsrdocsv0.6
API referenceOperations

Rewind a session to a checkpoint

POST/v1/sessions/{session_id}/rewind

Restores browser/client state. Effects already committed to remote servers are not rolled back. Exactly one of checkpoint_id or label is required.

AuthorizationBearer <token>

In: header

Path Parameters

session_id*string
Match^sess_[0-9a-f]{16}([0-9a-f]{16})?$

Header Parameters

Idempotency-Key*string

Stable key for one logical mutation. Reuse only with the byte-equivalent request.

Match^[A-Za-z0-9._:-]+$
Length16 <= length <= 128

Request Body

application/json

TypeScript Definitions

Use the request body type in TypeScript.

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

{  "operation_id": "string",  "session_id": "string",  "checkpoint_id": "string",  "routing_generation": 1,  "cdp_url": "http://example.com"}