Documentation IndexFetch the complete documentation index at: /llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
cURL
curl --request GET \ --url https://api-dev.narrative.io/datasets/{dataset_id}/metrics \ --header 'Authorization: Bearer <token>'
{ "value": [ { "value": [ { "column_name": "<string>", "approx_count_distinct": 123, "count_distinct": 123, "histogram": { "values": {}, "number_of_bins": 123 }, "mean": 123, "standard_deviation": 123, "completeness": 123, "observed_types": { "values": {}, "number_of_bins": 123 } } ] } ] }
Lists metrics for a dataset
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
Unique identifier for a dataset.
Ok
Show child attributes
Was this page helpful?
Contact support