get_dataflow_structure
Retrieve the detailed structure of an SDMX dataflow, including dimensions, attributes, measures, and codelist references. Learn data organization after listing dataflows.
Instructions
Get detailed structure information for a specific dataflow.
Returns dimensions, attributes, measures, and codelist references.
Use this after list_dataflows() to understand data organization.
Args:
dataflow_id: The dataflow identifier
agency_id: The agency (uses session endpoint if not specified)
endpoint: Optional endpoint key (e.g. "FBOS", "ECB") to target a
specific provider for this call only. Defaults to the session's
current endpoint.
Returns:
Structured result with dataflow metadata and structure definition
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| endpoint | No | ||
| agency_id | No | ||
| dataflow_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataflow | Yes | Dataflow metadata | |
| structure | Yes | Data structure definition | |
| next_steps | Yes | Suggested next actions | |
| discovery_level | No | Discovery workflow level | structure |