Getrequestlogs
Authentication
Headers
Required for a normal JWT, Virtual Key, or PAT. A JWT may instead send X-Openmodel-User-Id. Not used by the public health endpoint.
JWT-only alternative to X-Workspace-Id. Must be a UUID equal to the JWT subject; the server uses it as the workspace id. Not valid as the sole workspace header for Virtual Key or PAT authentication.
Query parameters
ISO 8601 start (required).
ISO 8601 end (required); must be after start.
Page size (default min(50, ANALYTICS_RMT_MAX_LIMIT), capped server-side). The deployment default for ANALYTICS_RMT_MAX_LIMIT is 500, but the configured maximum may differ.
0-based paging offset (default 0, max 10000).
Optional UUID filter; invalid non-empty → 40011.
Optional UUID; invalid non-empty → 40013.
Filter by RMT entity_type alone, or pair with entityId.
Requires non-empty entityType when set; UUID.
Exact match on RMT model after trim.
Trimmed non-empty string. Always matches session_id; a UUID also matches entity_id and user_id.
HTTP status code integer (e.g. 200).
Request source. all or empty disables the source filter.