API Reference
List datasets
List or search datasets available to the account.
GET
Error
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
List or search datasets available to the account.
A valid request URL is required to generate request examples{
"generated_at": "<string>",
"datasets": [
{
"name": "<string>",
"domain": "<string>",
"relation": "<string>",
"description": "<string>",
"grain": [
"<string>"
],
"methodology": "<string>",
"update_frequency": "<string>",
"providers": [
"<string>"
],
"source_links": [
{
"label": "<string>",
"url": "<string>"
}
],
"sources": [
{
"source": "<string>",
"relation": "<string>",
"description": "<string>",
"freshness": {}
}
],
"columns": [
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"accepted_values": [
"<unknown>"
]
}
],
"kind": "mart",
"title": "<string>",
"documentation_url": "<string>",
"snowflake_relation": "<string>"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
A valid request URL is required to generate request examples{
"generated_at": "<string>",
"datasets": [
{
"name": "<string>",
"domain": "<string>",
"relation": "<string>",
"description": "<string>",
"grain": [
"<string>"
],
"methodology": "<string>",
"update_frequency": "<string>",
"providers": [
"<string>"
],
"source_links": [
{
"label": "<string>",
"url": "<string>"
}
],
"sources": [
{
"source": "<string>",
"relation": "<string>",
"description": "<string>",
"freshness": {}
}
],
"columns": [
{
"name": "<string>",
"type": "<string>",
"description": "<string>",
"accepted_values": [
"<unknown>"
]
}
],
"kind": "mart",
"title": "<string>",
"documentation_url": "<string>",
"snowflake_relation": "<string>"
}
]
}{
"detail": [
{
"loc": [
"<string>"
],
"msg": "<string>",
"type": "<string>"
}
]
}