Class GetAdminLogsRequest
java.lang.Object
ai.vectros.resources.auth.requests.GetAdminLogsRequest
-
Method Details
-
getStartTime
- Returns:
- Start of the time window (ISO-8601 UTC).
-
getEndTime
- Returns:
- End of the time window (ISO-8601 UTC; defaults to now).
-
getResource
- Returns:
- Filter by resource type. One of
documents,records,search,schemas,folders,entities,namespaces,clients,orgs,users,usage,auth,models,ping,rag,chat,ask,erasure-requests, orexport. (clientsandorgsmatch log rows written before the identity surfaces were folded intoentities.)
-
getMethod
- Returns:
- Filter by HTTP method (
GET,POST,PUT, orDELETE).
-
getKeyId
- Returns:
- Filter by API key id to inspect a specific credential's traffic.
-
getContextId
- Returns:
- Filter by app context id to inspect a specific context's traffic.
-
getErrorsOnly
- Returns:
- If true, return only requests with a status of 400 or higher.
-
getLimit
- Returns:
- Maximum number of log entries to return per page (1–500; defaults to 200).
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-