Get Define-XML Dataset
define_get_datasetRetrieve a specific dataset from a loaded Define-XML document using its name or OID, optionally including variables.
Instructions
Get a single dataset by OID or name from a loaded Define-XML document.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Entity name identifier. | |
| document_id | Yes | ID returned by define_load_document. | |
| response_format | No | Response format: 'json' or 'markdown'. | markdown |
| include_variables | No | When true, include dataset variables in response. |