datastore_get
Retrieve a specific entity from Google Cloud Datastore using its key and kind, with optional parent key for hierarchical data structures.
Instructions
Get an entity by its key
Input Schema
Name | Required | Description | Default |
---|---|---|---|
key | Yes | The entity key (name or ID) | |
kind | Yes | The entity kind | |
parent | No | Parent key if the entity has a parent (optional) |