Intelligence Query API

Synchronous JSON query API for reading harmonized Marketing Cloud Intelligence (Datorama) data out into any other platform, including all classifications and calculations. POST /v1/query and POST /v1/query-batch accept a workspace, date range, dimensions, measurements, filters, sort and top-results shape; add useSystemNames=true to receive system names instead of display names. It has a 60-second timeout and is intended for result sets up to ~600,000 rows — larger workloads move to the asynchronous Reporting API. Query-parse failures return HTTP 422; runtime failures return HTTP 200 with a populated `errors` property, so a client must inspect `errors` before reading results.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/intelligence-query-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

API entry from apis.yml

apis.yml Raw ↑
name: Intelligence Query API
description: Synchronous JSON query API for reading harmonized Marketing Cloud Intelligence (Datorama)
  data out into any other platform, including all classifications and calculations. POST /v1/query and
  POST /v1/query-batch accept a workspace, date range, dimensions, measurements, filters, sort and top-results
  shape; add useSystemNames=true to receive system names instead of display names. It has a 60-second
  timeout and is intended for result sets up to ~600,000 rows — larger workloads move to the asynchronous
  Reporting API. Query-parse failures return HTTP 422; runtime failures return HTTP 200 with a populated
  `errors` property, so a client must inspect `errors` before reading results.
humanURL: https://developers.datorama.com/docs/query/introduction/
baseURL: https://api.datorama.com/v1
tags:
- Marketing Intelligence
- Query
- Analytics
- Data Export
properties:
- type: Documentation
  url: https://developers.datorama.com/docs/query/introduction/
- type: APIReference
  url: https://developers.datorama.com/docs/query/query-reference/
- type: Authentication
  url: authentication/datorama-authentication.yml
- type: RateLimits
  url: rate-limits/datorama-rate-limits.yml
- type: ErrorCatalog
  url: errors/datorama-problem-types.yml
- type: Lifecycle
  url: lifecycle/datorama-lifecycle.yml