RunFilterParameters interface

Query parameters for listing runs.

Properties

continuationToken

The continuation token for getting the next page of results. Null for first page.

filters

List of filters.

lastUpdatedAfter

The time at or after which the run event was updated in 'ISO 8601' format.

lastUpdatedBefore

The time at or before which the run event was updated in 'ISO 8601' format.

orderBy

List of OrderBy option.

Property Details

continuationToken

The continuation token for getting the next page of results. Null for first page.

continuationToken?: string

Property Value

string

filters

List of filters.

filters?: RunQueryFilter[]

Property Value

lastUpdatedAfter

The time at or after which the run event was updated in 'ISO 8601' format.

lastUpdatedAfter: Date

Property Value

Date

lastUpdatedBefore

The time at or before which the run event was updated in 'ISO 8601' format.

lastUpdatedBefore: Date

Property Value

Date

orderBy

List of OrderBy option.

orderBy?: RunQueryOrderBy[]

Property Value