Skip to main content

Properties

dateRange?

optional dateRange?: object

end_time

end_time: string
Format: date-time
Description
ISO 8601 timestamp for end of date range (inclusive)

start_time

start_time: string
Format: date-time
Description
ISO 8601 timestamp for start of date range (inclusive)

evaluation_id?

optional evaluation_id?: string

Description

Filter by evaluation/experiment run ID

filters?

optional filters?: object[]

field

field: string

operator

operator: "exists" | "not exists" | "is" | "is not" | "contains" | "not contains" | "greater than" | "less than" | "after" | "before"

type?

optional type?: "string" | "number" | "boolean" | "datetime"

value

value: string | number | boolean | null

Description

Array of filter criteria to apply

ignore_order?

optional ignore_order?: boolean

Description

Deprecated: accepted but ignored. Results are always ordered by start_time descending.

limit?

optional limit?: number

Description

Limit number of results (default 1000, max 1000)

page?

optional page?: number

Description

Page number of results (default 1)