Get RUM resource info
Return the account’s RUM resource record and its current session usage.
Restrictions
Usage
- Returns
ResourceNotFoundwhen the account has no RUM resource provisioned yet, or when the resource’s status isdeleted/destroyed. no_cache=truebypasses the short-lived cache of the resource record itself (plan version, quotas, status). Theused_cntfigures come from a separate hourly cache that this flag does not affect, so they can lag behind live usage either way.- The used-count fields reflect the current 30-day billing window (
window_start_timetowindow_end_time), not lifetime totals. expired_atis only populated on on-premises deployments, from the license expiry date; it is omitted entirely for SaaS accounts.- For
version=freeaccounts,session_limit_reachedistrueonce usage exceeds the combined free quota across all applications (per-app free quota × application count); it staysfalsewhile the account has no applications yet.
Authorizations
App key issued from the Flashduty console under Account → APP Keys. Required on every public API call. Keep it secret — it grants the same access as the owning account.
Body
Query parameters for reading the account's RUM resource record.
Bypass the short-lived cache of the resource record (plan version, quotas, status) and read it from source. Does not refresh the usage counts. Default false.
Response
Success
Success response envelope. On every 2xx response, request_id identifies the call (also mirrored in the Flashcat-Request-Id header) and data holds the endpoint-specific payload. Failure responses use a different shape — see ErrorResponse.