ym_get_section
Retrieve all endpoints within a Yandex Market API section. Provide a section name like 'statistics' to get a JSON list of operation IDs, methods, paths, safety flags, and summaries.
Instructions
List all endpoints in one section.
Args: section: section name (see ym_list_sections), e.g. "statistics". Returns JSON list of {operation_id, method, path, safety, summary}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| section | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |