Dataset Audit

Get Dataset Audit

get

Returns audit data by market date for a given dataset

  • market_date: The market date for which the audit data is being returned

  • number_of_datapoints: The total number of rows

  • number_of_unique_time_index_values: The total number of unique time index values

  • number_of_unique_subseries_index_values: The total number of unique subseries index values

  • number_of_unique_publish_times_on_publish_date: The total number of unique publish time values where the publish time occurred on the given market date

Path parameters
dataset_idstringRequired
Query parameters
api_keyany ofOptional

API key for authentication (query)

stringOptional
or
nullOptional
return_formatstring · enumOptional

The return format of the response

Default: jsonPossible values:
downloadbooleanOptional

Whether to download the file or not

Default: false
json_schemastring · enumOptional

The json schema of the response

Default: array-of-objectsPossible values:
Header parameters
x-api-keyany ofOptional

API key for authentication (header)

stringOptional
or
nullOptional
Responses
chevron-right
200

Successful response

application/json
status_codeintegerRequired
get
/datasets/{dataset_id}/audit

Last updated

Was this helpful?