GetRecentRunsOptions
Defined in: packages/core/src/types.ts:65
Options for querying recent runs.
Properties
Section titled “Properties”limit:
number
Defined in: packages/core/src/types.ts:66
project?
Section titled “project?”
optionalproject?:string|null
Defined in: packages/core/src/types.ts:68
Filter to a single project. Null-or-undefined matches rows whose project column is NULL.
signal?
Section titled “signal?”
optionalsignal?:AbortSignal
Defined in: packages/core/src/types.ts:70
Abort the query when this signal aborts; caller receives an AbortError.