Commands  ›   ›  Check Revisions On Sheet

Check Revisions On Sheet

writes to model Public API · not yet exposed

Coming soon

Before you run this

Active document must be open. The target sheet must exist (by number or ID). At least one revision must exist in the document.

After it runs

Result JSON stored in LastQueryResult with sheet info and ordered revision list. No model modifications — read-only query.

When to use this

Don't use this when

Adding revisions to sheets (use AddRevisionToSheetCommand). Creating new revisions (use CreateRevisionCommand). Listing all sheets (use list_sheets MCP tool).

Inputs

NameKindTypeRequiredDefaultDescription
sheetNumber config string no Sheet number to look up
sheetId config int no Sheet element ID (alternative to sheetNumber)

Returns

NameTypeDescription
ResultJSONSheet revisions summary with sequence, date, description, issued flag

What you'll see in the chat

on start
Checking revisions on the sheet...
Looking up revision status...
thinking
Resolving target sheet...
Collecting revision data...
Ordering by sequence number...
on success
Found {count} revisions on sheet {sheet}.
on failure
Could not check revisions: {error}

REST API

Not yet exposed

This command does not carry a [RestApi] attribute today. Once tagged, this section will auto-populate with:

  • POST /api/v1/commands/check_revisions_on_sheet
  • Request body schema (from [RestApiParam])
  • Response schema (from [RestApiResponse])
  • curl / JS / Python code examples

Keywords & intent patterns

check sheet revisions · list revisions on sheet · sheet revision status · revision check · sheet QA
Patterns: check * revisions * sheet · list * revisions * sheet · what revisions * sheet · revision * status

Related commandsAddRevisionToSheetCommand · CreateRevisionCommand
Pillar