Package ai.vectros.types
Class AdminLogsResponse
java.lang.Object
ai.vectros.types.AdminLogsResponse
-
Method Details
-
getEntries
- Returns:
- Matching log entries, most recent first. Bounded by the request
limit(default 200, max 500).
-
getTruncated
public boolean getTruncated()- Returns:
- True if more matching rows exist than the requested limit. When true, narrow the time window or add a filter (resource/method/keyId) to see older entries.
-
getQueryDurationMs
public long getQueryDurationMs()- Returns:
- Wall-clock time spent retrieving these results, in milliseconds. Useful for diagnosing slow queries (large time windows or high-traffic accounts).
-
getTenantId
- Returns:
- Echoes your account id, confirming which account these entries belong to.
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-