List Dataset Variables
define_list_variablesList variables of a dataset from a loaded Define-XML document with pagination support. Control results with limit and offset parameters.
Instructions
List variables of a specific dataset from a loaded Define-XML document with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum records to return (1-200). | |
| offset | No | Number of records to skip. | |
| document_id | Yes | ID returned by define_load_document. | |
| dataset_name | Yes | Dataset name to list variables for. | |
| response_format | No | Response format: 'json' or 'markdown'. | markdown |