Skip to main content
GET
Call statistics report

Authorizations

X-API-Key
string
header
required

API key for authentication. Keys are prefixed with nxr_live_.

Query Parameters

workflow_id
string<uuid>

Restrict to one agent.

date_from
string<date>

ISO date (YYYY-MM-DD). Ranges older than 365 days are silently capped to the last 365 days.

date_to
string<date>

ISO date (YYYY-MM-DD).

group_by
enum<string>
default:total

Break the totals down by day, or return one aggregate total.

Available options:
day,
total

Response

Successful response

success
boolean
required
Example:

true

date_from
string<date>
required

Effective start of the range after applying the 30-day default and 365-day cap.

date_to
string<date>
required

Effective end of the range after applying the 30-day default and 365-day cap.

totals
object
required
series
object[]

Present only when group_by=day

Last modified on July 14, 2026