Query events (resolution_hem)

Base columns plus hashed-email identifiers.

Bills the resolution_hem_only meter. The route fixes both the price and the field set, so what a call costs is legible before you make it.

Selecting a field above this tier is rejected with a 400 naming the field and the tier that carries it, rather than being silently dropped or silently billed higher. Call this tier's /schema route to see exactly which fields it admits: the allowed set is derived from the event schema and the billing catalogue, so a field that becomes billable leaves the cheaper tiers automatically.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
string
enum
Defaults to pixel

Event source type: pixel or dsp. Defaults to pixel if omitted.

Allowed:
string

Pixel identifier. Use with source=pixel.

string

Project identifier. Queries all pixels in the project (source=pixel). Also required alongside campaign_id for Bearer token auth (source=dsp).

string

Campaign identifier. Use with source=dsp. Bearer token auth requires project_id alongside campaign_id.

int64

Inclusive start timestamp in milliseconds since epoch.

int64

Inclusive end timestamp in milliseconds since epoch.

integer
≥ 1

Maximum number of rows to return.

integer
≥ 0

Number of rows to skip before returning results.

string

Comma-separated column list to project specific fields.

string

Filter expression using <field>:<op>:<value> syntax.

string

Comma-separated list of fields to deduplicate the result set.

boolean
Defaults to false

When true, also read date partitions older than the event store's local retention window from cold storage (S3), and allow a longer time window. Works for any source (pixel or dsp). Off by default.

Responses

400

Invalid query, or a select naming a field above this tier.

401

Missing or invalid API key.

500

Query failed.

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json