get_auto_save_status
Retrieve the auto-save status for a session in the CSV Editor to track whether data changes are automatically saved, ensuring data integrity during processing.
Instructions
Get auto-save status for a session.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
session_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"session_id": {
"title": "Session Id",
"type": "string"
}
},
"required": [
"session_id"
],
"type": "object"
}