Sessions
The Sessions page at app.codeteleport.com lists every session you have pushed to the cloud. From here you can inspect session details, copy pull commands, and delete sessions you no longer need.
Session cards
Section titled “Session cards”Each session is displayed as a card with the following information:
| Field | Description |
|---|---|
| Project name | The project directory the session was started in (e.g. billing-api) |
| Summary | A short description of what the session covered, extracted from the conversation |
| Source machine | The device name the session was pushed from |
| Date | When the session was last pushed |
| Size | Bundle size of the uploaded archive |
| Messages | Total number of messages in the conversation |
| Model | The Claude model used during the session (e.g. claude-sonnet-4-20250514) |
Copy session ID
Section titled “Copy session ID”Each card has a Copy ID button that copies the full session UUID to your clipboard. This is the same ID you pass to codeteleport pull --session-id or claude --resume.
Pull command popover
Section titled “Pull command popover”Click the terminal icon on a session card to reveal a popover with the exact CLI command to pull that session onto your current machine:
codeteleport pull --session-id <full-uuid>Copy and paste it into your terminal to download and install the session. See codeteleport pull for details on what happens during a pull.
Delete a session
Section titled “Delete a session”Click the delete button on a session card to remove it from the cloud. A confirmation dialog will appear before anything is deleted.
Empty state
Section titled “Empty state”If you have not pushed any sessions yet, the page displays an empty state with a prompt to push your first session using the CLI:
codeteleport pushSee codeteleport push for a walkthrough of the push flow.
Related
Section titled “Related”codeteleport push— upload a session from the CLI- Sessions (concept) — what a session is, what gets bundled, and how sessions are identified