Skip to main content
POST
RunQueryAPI mirrors the erdo_run_query 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>
query
string
resource_key
string

Response

Success response

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