API Tools
8 endpoints across 4 categories
Data Sources
— 2 toolsQuery & Analysis
— 3 tools
GET
/v1/jobs/{job_id}
Poll the status and retrieve results of an asynchronous analytics job.
View details →
POST
/v1/query/{query_id}
Execute a previously saved query definition against its bound or a specified dataset.
View details →
POST
/v1/save
Persist a named query definition so it can be re-executed against any compatible dataset.
View details →Visualization
— 2 tools
POST
/v1/validate-chart
Validate a chart spec against a dataset schema without fetching data or rendering. Returns errors and warnings...
View details →
POST
/v1/visualize
Render a chart from a previously analysed dataset using a flexible chart spec. Returns Plotly JSON or a hosted...
View details →