get_document_by_id
Retrieves a document by its ID from a specified bucket, scope, and collection. Raises an exception if the document is not found.
Instructions
Get a document by its ID from the specified scope and collection. If the document is not found, it will raise an exception.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scope_name | Yes | ||
| bucket_name | Yes | ||
| document_id | Yes | ||
| collection_name | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||