v1

latestOpenAPI 3.1.02026-07-17325265.6 KB
Sessions

Get file snapshots

Retrieve file snapshots captured during the session, showing the state of files at specific points in time.

get/sessions/{id}/snapshots

Path parameters

idstring required

Session ID

Response

File snapshots

Example response

{
  "data": [
    {
      "tool_id": "tool_use_123",
      "file_path": "/home/user/project/main.py"
    }
  ]
}