Skip to main content

Interface: Run

Defined in: packages/orchestration/src/types.ts:87

Properties

agentName

agentName: string

Defined in: packages/orchestration/src/types.ts:90


completedAt?

optional completedAt?: number

Defined in: packages/orchestration/src/types.ts:93


cost

cost: number

Defined in: packages/orchestration/src/types.ts:97

Cost in USD for this run


error?

optional error?: string

Defined in: packages/orchestration/src/types.ts:95


eventCount

eventCount: number

Defined in: packages/orchestration/src/types.ts:99

Event count for replay


id

id: string

Defined in: packages/orchestration/src/types.ts:88


parentRunId?

optional parentRunId?: string

Defined in: packages/orchestration/src/types.ts:101

Parent run ID for spawn hierarchies


result?

optional result?: unknown

Defined in: packages/orchestration/src/types.ts:94


startedAt

startedAt: number

Defined in: packages/orchestration/src/types.ts:92


status

status: RunStatus

Defined in: packages/orchestration/src/types.ts:91


ticketId

ticketId: string

Defined in: packages/orchestration/src/types.ts:89