Query events

Retrieve events for a pixel within a maximum 25-hour time window. Supports filtering, projection, pagination, and distinct selection.

Scope with pixel_id or project_id (queries all pixels in the project).

Time parameters: Provide either start_ms/end_ms (millisecond timestamps) or start_time/end_time (which accept RFC 3339, YYYY-MM-DD, or Unix timestamp strings). You do not need both pairs.

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

Pixel identifier to scope the query.

string

Project identifier. Queries all pixels in the project.

int64

Inclusive start timestamp in milliseconds since epoch. Required unless start_time is provided. Must be within 25 hours of the end time.

int64

Inclusive end timestamp in milliseconds since epoch. Required unless end_time is provided. Must be within 25 hours of the start time.

string

Inclusive start time. Accepts RFC 3339 (2025-01-15T00:00:00Z), date (2025-01-15), or Unix timestamp string. Alternative to start_ms.

string

Inclusive end time. Accepts RFC 3339 (2025-01-16T00:00:00Z), date (2025-01-16), or Unix timestamp string. Alternative to end_ms.

boolean
Defaults to false

When true, include enriched identity fields in the response.

integer
≥ 1

Maximum number of rows to return (default 100).

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. Commas are AND; use | to OR within a clause group.

string

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

Responses

400

Invalid parameters.

401

Missing or invalid authentication.

500

Internal server error.

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