Commands › › Check Revisions On Sheet
Check Revisions On Sheet
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
- User wants to check which revisions are on a specific sheet.
- QA review before issuing a sheet for construction.
- AI needs revision data to verify sheet compliance.
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
| Name | Kind | Type | Required | Default | Description |
|---|---|---|---|---|---|
sheetNumber |
config | string |
no | — | Sheet number to look up |
sheetId |
config | int |
no | — | Sheet element ID (alternative to sheetNumber) |
Returns
| Name | Type | Description |
|---|---|---|
Result | JSON | Sheet 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...
Looking up revision status...
thinking
Resolving target sheet...
Collecting revision data...
Ordering by sequence number...
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
| Related commands | AddRevisionToSheetCommand · CreateRevisionCommand |
|---|---|
| Pillar |