GET /datastore/query/{datasetId}/{index}

cms.gov:cms.gov

Summary: Query dataset data
Operation ID: queryDatasetData
Auth: unknown
Description

Returns data from a specific dataset. Supports pagination via limit and offset parameters.

Parameters (4)

datasetId (string, path, required)

The dataset identifier

index (integer, path, required)

The distribution index (usually 0)

limit (integer, query, optional, default: 10)

Maximum number of records to return

offset (integer, query, optional, default: 0)

Number of records to skip for pagination

No probe data for this endpoint yet.