Interface ModelLabAPIApiListModelLabRunsRequest

Hierarchy

  • ModelLabAPIApiListModelLabRunsRequest

Properties

filter?: string

Text search filter for run name or description.

filterId?: string

Filter by run ID(s). Comma-separated list for multiple IDs.

filterOwnerId?: string

Filter by owner UUID.

filterParams?: string

Filter by params. Format: key:value,key2:>0.5,key3:true.

filterParentRunId?: string

Filter by parent run ID. Use 'null' to return only root runs (runs with no parent).

filterProjectId?: number

Filter by project ID.

filterStatus?: ModelLabRunStatus

Filter by run status. Valid values: pending, running, completed, failed, killed, unresponsive, paused.

filterTags?: string

Filter by tags. Format: key:value,key2:value2.

includeDescendantMatches?: boolean

When true, also return runs whose descendants match the active filters. The descendant_match field in each result indicates whether the run was included via a descendant match.

includePinned?: boolean

Include all runs pinned by the current user, regardless of other filters.

pageNumber?: number

Page number (1-indexed).

pageSize?: number

Number of items per page. Maximum is 100.

pinnedFirst?: boolean

Sort pinned runs before non-pinned runs. Pinned runs are ordered by pin time descending.

sort?: string

Sort field. Valid values: name, created_at, updated_at, duration. Prefix with '-' for descending order (e.g., -updated_at).

Generated using TypeDoc