Datasets
List All Datasets
List all available datasets across all data sources.
Authorization
api_key X-API-Key<token>
Sign up at Kausate.com to get an API key
In: header
Header Parameters
Kausate-Version?string
Default
"2026-05-01"Format
dateResponse Body
application/json
application/json
application/json
application/json
curl -X GET "https://api.kausate.com/v2/datasets" \ -H "Kausate-Version: 2026-05-01"{
"datasets": [
{
"datasetId": "string",
"dataSourceSlug": "string",
"jurisdictionCode": "ec",
"dataSourceName": "string",
"datasetDate": "2019-08-24",
"recordCount": 0,
"jsonlSizeBytes": 0,
"fileSizeBytes": 0,
"createdAt": "2019-08-24T14:15:22Z",
"downloadUrl": "http://example.com"
}
]
}{
"detail": "Invalid API key"
}{
"detail": [
{
"loc": [
"string"
],
"msg": "string",
"type": "string",
"input": null,
"ctx": {}
}
]
}{
"detail": "An internal error occurred"
}Last updated on
Submit feedbackPOST
Send us feedback about the Kausate API or its integration guide — a bug you hit, something the docs got wrong, a missing capability, or just what worked well. AI coding assistants integrating Kausate are explicitly welcome to call this: we built it so the agent doing the integration can tell us where the API or docs tripped it up. Open to any caller.
List Datasets for Data SourceGET
List available datasets for a data source.