Data.gov Dataset Details
Fetch a Data.gov package record and extract likely API endpoints for follow-on connector creation.
Custom One-shot
Fetch a Data.gov package record and extract likely API endpoints for follow-on connector creation.
Technical details
Authentication ▾
Contact us for setup details.
Ingestion ▾
Mode: One-shot
Tools exposed (2) ▾
data_gov/get_dataset_details
Fetch a Data.gov package record and extract likely API endpoints for follow-on connector creation.
data_gov/search_catalog
Search the public Data.gov catalog for dataset metadata before selecting a dedicated connector.
Inputs ▾
data_gov/get_dataset_details
| Name | Type | Required | Description |
|---|---|---|---|
| id | string | yes | Data.gov package id or dataset name from package_search results. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |
data_gov/search_catalog
| Name | Type | Required | Description |
|---|---|---|---|
| query | string | yes | Dataset search query for the Data.gov catalog. |
| fq | string | no | Optional CKAN filter query, e.g. 'organization:cdc-gov tags:health'. |
| sort | string | no | Optional CKAN sort expression, e.g. 'metadata_modified desc'. |
| limit | number | no | Maximum number of datasets to return. Default 10. |
| offset | number | no | Pagination offset. Default 0. |
| filter_paths | string[] | no | Optional glob paths to reduce the response. |