Skip to main content

HttpRunDetail

@fleetforge/sdk


@fleetforge/sdk / HttpRunDetail

Interface: HttpRunDetail

Defined in: sdk/typescript/src/types.ts:34

Extends

Properties

artifacts?

optional artifacts: Record<string, unknown>

Defined in: sdk/typescript/src/types.ts:37


created_at

created_at: string

Defined in: sdk/typescript/src/types.ts:7

Inherited from

HttpRunSummary.created_at


dag_json

dag_json: unknown

Defined in: sdk/typescript/src/types.ts:35


inputs

inputs: unknown

Defined in: sdk/typescript/src/types.ts:36


labels

labels: Record<string, string>

Defined in: sdk/typescript/src/types.ts:9

Inherited from

HttpRunSummary.labels


run_id

run_id: string

Defined in: sdk/typescript/src/types.ts:5

Inherited from

HttpRunSummary.run_id


seed

seed: number

Defined in: sdk/typescript/src/types.ts:8

Inherited from

HttpRunSummary.seed


status

status: string

Defined in: sdk/typescript/src/types.ts:6

Inherited from

HttpRunSummary.status


steps

steps: HttpStepDetail[]

Defined in: sdk/typescript/src/types.ts:38