df_get_rmd
Retrieve normalized semantic context for a DataForge project version, including measures, dimensions, facts, and counts in a single call.
Instructions
Get the normalized semantic context of a project version: project, version, measures, dimensions, facts and counts. Shares one API call and one cache entry with df_get_consolidated_rmd.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| language | No | ru | |
| use_cache | No | ||
| project_id | Yes | DataForge project id | |
| version_id | Yes | Project version id | |
| include_raw | No | Keep the untouched API payload of every row | |
| include_sql | No |