Skip to main content
GET
Get SDK session usage

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

days
integer
default:30

How many days to look back from now (1-90).

Required range: 1 <= x <= 90
apiKeyId
string

Only include sessions started with this API key. Use the key ID: the part of the key's prefix after mb_live_, for example AbCdEfGhIjK for a key starting mb_live_AbCdEfGhIjK. Use legacy for keys MobileBoost issued to you directly, or unattributed for sessions from before MobileBoost recorded which key started a session. Omit it to include every session.

Example:

"AbCdEfGhIjK"

Response

Successful response

window
object

The time window the numbers cover.

apiKeyId
string | null

The apiKeyId filter applied, or null when sessions from all keys are included.

truncated
boolean

true when more than 30,000 sessions fall in the window. Only the newest 30,000 are counted.

totals
object

Totals across every session counted.

byTestId
object[]

One row per test ID, ordered by aiSteps, highest first.