Optional
environmentOptional filter for traces where the environment is one of the provided values.
Optional
fieldsComma-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'
Optional
fromOptional filter to only include traces with a trace.timestamp on or after a certain datetime (ISO 8601)
Optional
limitLimit of items per page. If you encounter api issues due to too large page sizes, try to reduce the limit.
Optional
nameOptional
orderFormat of the string [field].[asc/desc]. Fields: id, timestamp, name, userId, release, version, public, bookmarked, sessionId. Example: timestamp.asc
Optional
pagePage number, starts at 1
Optional
releaseOptional filter to only include traces with a certain release.
Optional
sessionOptional
tagsOnly traces that include all of these tags will be returned.
Optional
toOptional filter to only include traces with a trace.timestamp before a certain datetime (ISO 8601)
Optional
userOptional
versionOptional filter to only include traces with a certain version.
Example