Back to catalog
Cortexa research tool·social policy·cdc
Cdc Data Get Dataset
Retrieve data from a specific CDC dataset on Data.CDC.gov. Requires a dataset ID (view ID) which can be found using cdc_data_search_datasets.
Livelast probed 2026-04-30 23:07Z· 115msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 115ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"dataset_id": {
"description": "Dataset ID (view ID) from Data.CDC.gov (e.g., 'p5x4-u35c')",
"type": "string"
},
"limit": {
"default": 100,
"description": "Maximum number of rows to return (default: 100, max: 50000)",
"type": "integer"
},
"offset": {
"default": 0,
"description": "Number of rows to skip for pagination (default: 0)",
"type": "integer"
},
"order_by": {
"description": "Optional column name to order by (e.g., 'year')",
"type": "string"
},
"where_clause": {
"description": "Optional SoQL WHERE clause for filtering (e.g., \"year = '2020'\")",
"type": "string"
}
},
"required": [
"dataset_id"
],
"type": "object"
}Examples (1)
Default Cdc Data Get Dataset call
public-safeinput
{
"dataset_id": "",
"limit": 3,
"offset": 1
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_cdc_data_get_dataset
- Tool name
- cdc_data_get_dataset
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse