Class GetTracesRequest
java.lang.Object
com.ants.platform.client.resources.trace.requests.GetTracesRequest
-
Method Details
-
getPage
- Returns:
- Page number, starts at 1
-
getLimit
- Returns:
- Limit of items per page. If you encounter api issues due to too large page sizes, try to reduce the limit.
-
getUserId
-
getName
-
getSessionId
-
getFromTimestamp
- Returns:
- Optional filter to only include traces with a trace.timestamp on or after a certain datetime (ISO 8601)
-
getToTimestamp
- Returns:
- Optional filter to only include traces with a trace.timestamp before a certain datetime (ISO 8601)
-
getOrderBy
- Returns:
- Format of the string [field].[asc/desc]. Fields: id, timestamp, name, userId, release, version, public, bookmarked, sessionId. Example: timestamp.asc
-
getTags
- Returns:
- Only traces that include all of these tags will be returned.
-
getVersion
- Returns:
- Optional filter to only include traces with a certain version.
-
getRelease
- Returns:
- Optional filter to only include traces with a certain release.
-
getEnvironment
- Returns:
- Optional filter for traces where the environment is one of the provided values.
-
getFields
- Returns:
- Comma-separated list of fields to include in the response. Available field groups are 'core' (always included), 'io' (input, output, metadata), 'scores', 'observations', 'metrics'. If not provided, all fields are included. Example: 'core,scores,metrics'
-
equals
-
getAdditionalProperties
-
hashCode
public int hashCode() -
toString
-
builder
-