get_drawing
Retrieve an existing Excalidraw drawing using its unique identifier to access, view, or continue working on saved diagrams and sketches.
Instructions
Get an Excalidraw drawing by ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"id": {
"minLength": 1,
"type": "string"
}
},
"required": [
"id"
],
"type": "object"
}