Get session processing time stats

Returns average, median (p50), and p95 session processing times in seconds. Only terminal sessions (completed or failed) within the window are included. Sessions longer than 2 hours are excluded as outliers.

Required scope: sessions:read

Authentication

X-API-Keystring

Organization API key. Keys are prefixed with vk_live_ (production) or vk_sandbox_ (sandbox).

Headers

Verifa-VersiondateOptional

API version date string (e.g. 2026-02-01). If omitted, the version pinned to your API key is used.

Key-InflectionenumOptionalDefaults to snake

Response key casing. Defaults to snake.

Allowed values:

Query parameters

daysintegerOptional7-90Defaults to 30

Response

Processing time distribution.
avg_secondsdouble or null
median_secondsdouble or null
p95_secondsdouble or null
sample_sizeinteger
daysinteger

Errors

401
Unauthorized Error