Data
Run cross-account, multi-connector data queries and get tabular rows back.
The Data resource lets you run a query across one or more accounts — even accounts from different connectors — and get back aggregated, tabular rows. You choose the accounts to pull from, the dimensions to group by, the metrics to aggregate, a date range, and optional filters and sort. The query runs against the same engine that powers reports in the app.
Queries run synchronously: the request blocks until the result is ready or it times out. Large queries can take several minutes. See Run query for details.
Endpoints
| Method | Endpoint | Description |
|---|---|---|
POST | /teams/{teamId}/data/run-query | Run a data query and return result rows |