GetPaidX docs

The end-user manual for public and signed-in product features.

Search docs

Keyword search across docs titles, summaries, headings, and curated keywords.

Workspaces and ArtifactsUpdated 2026-03-06

Workspace History, Snapshots, and Rollback

How the History tab works, what Save snapshot creates, what Restore changes, and how users should think about revisions, rollback, and persistence.

Workspace History, Snapshots, and Rollback

Where you see this in the app

This page explains the History tab inside the Workspace panel for a post you can edit.

The tab is meant for revision control from a user perspective: save progress, inspect older points in time, and restore a prior version when needed.

What Save snapshot does

The History tab says Each snapshot creates a git commit in the workspace.

For an end user, the important meaning is simple:

ActionWhat it does
Save snapshotRecords the current workspace state as a named history point.
Refresh historyReloads the current list of saved history entries.
RestoreReverts the workspace to the selected earlier history point.

Treat a snapshot like a saved revision you can come back to.

Refresh history and commit list

Each history row shows:

FieldWhat it tells you
Short IDA short revision identifier for that saved state
Relative timeWhen the snapshot was created
MessageA brief description of the revision

If the page says No commits found. Save a snapshot to create your first history entry., it means no saved revision exists yet for the current workspace state.

Restore vs save to storage

The History tab also warns:

Roll back to a previous commit to restore the project, then save a new snapshot if you want to persist it to storage.

The user-facing meaning is:

StepWhy it matters
Restore an older entryChanges the active workspace back to that earlier state
Save again afterwardMakes the restored state your new recorded revision

So Restore is not the same as publishing or sharing. It changes the working workspace state first. If you want that restored state to become the ongoing version you keep using, save a fresh snapshot after checking it.

When history feels empty or stuck

SituationWhat it usually means
Loading history… never clearsThe active workspace session may be stale or temporarily unavailable.
No commits foundYou have not created a snapshot yet in this workspace history.
Rollback is only available in edit mode.You are not in an editable workspace session.
Workspace session not found or Workspace session token is missingThe current workspace session ended and needs to be relaunched.

Recommended end-user workflow

  1. make a meaningful set of changes,
  2. click Save snapshot,
  3. test the preview or automation behavior,
  4. use Restore if the changes went in the wrong direction,
  5. save another snapshot once the workspace is back in a good state.

This is the safest way to experiment without losing a known-good version.

Related docs

    Workspace History, Snapshots, and Rollback | GetPaidX docs | LastRevision.pro