appwrite_get_document
Retrieve a specific document from an Appwrite database by providing its ID, collection, and database identifiers to access stored data.
Instructions
[UNIFIED] Get a single document by ID.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| database_id | Yes | ||
| collection_id | Yes | ||
| document_id | Yes | ||
| queries | No |