get_document
Retrieve a specific ERPNext document by providing its DocType and name. Optionally specify fields to return.
Instructions
Get a single document by DocType and name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Document name/ID | |
| fields | No | Optional list of fields to return | |
| doctype | Yes | ERPNext DocType name |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||