xbrl_dimension_structure
Extract the dimensional structure of XBRL filings, showing hypercubes, dimensions, domains, and members. Optionally filter by dimension axis and limit members.
Instructions
Get the dimensional structure of a filing.
XBRL Dimensions enable multi-dimensional data breakdowns. Returns hypercubes, dimensions (axes), domains, and members. Example: Revenue broken down by ProductOrServiceAxis with members like SoftwareMember, HardwareMember.
Args: params (DimensionStructureInput): Filing ID and optional dimension filter.
Returns: str: JSON with dimensional hierarchy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |