Skip to main content
POST
FetchDatasetContentsAPI mirrors the erdo_fetch_dataset_contents MCP tool as a REST endpoint.

Authorizations

Authorization
string
header
required

An Erdo API key (erdo_api_...) or scoped token (erdo_token_...).

Path Parameters

datasetSlug
string
required

Body

application/json
dataset_slug
string
filter_names
string[]
limit
integer<int64>
resource_key
string
sql_query
string

Response

Success response

columns
string[]
row_count
integer<int64>
rows
string[][]