Optional Readonlyarchived
archived?: boolean
Optionalcontext
context?:
| "test_run"
| "editor"
| "detail"
| "api_sync"
| "api_async"
| "webhook"
| "lookup"
Optional ReadonlycreatedAt
createdAt?: string
Optionalerror
error?: unknown[] | null
Optional ReadonlyexecutedById
executedById?: string
Optional Readonlyid
id?: string
Optional ReadonlyisArchived
isArchived?: boolean
Optional ReadonlyisTestRun
isTestRun?: boolean
Optionalmetrics
metrics?:
| {
blocks?: {
apiCalls?: number;
connectorId?: string;
endpointId?: string;
rxBytes: number;
snippetId?: string;
txBytes: number;
type: "snippetBlock"
| "endpointBlock";
}[];
network?: { rxBytes?: number; txBytes?: number };
totalApiCalls?: number;
}
| null
Type Declaration
- {
blocks?: {
apiCalls?: number;
connectorId?: string;
endpointId?: string;
rxBytes: number;
snippetId?: string;
txBytes: number;
type: "snippetBlock" | "endpointBlock";
}[];
network?: { rxBytes?: number; txBytes?: number };
totalApiCalls?: number;
}Optionalblocks?: {
apiCalls?: number;
connectorId?: string;
endpointId?: string;
rxBytes: number;
snippetId?: string;
txBytes: number;
type: "snippetBlock" | "endpointBlock";
}[]
Optionalnetwork?: { rxBytes?: number; txBytes?: number }
OptionalrxBytes?: number
OptionaltxBytes?: number
OptionaltotalApiCalls?: number
- null
Optional ReadonlyownerId
ownerId?: string
Optional ReadonlyscheduledStartTime
scheduledStartTime?: string | null
Optional ReadonlyspaceId
spaceId?: string
Optional ReadonlystartTime
startTime?: string | null
Optionalstatus
status?:
| "failed"
| "finished"
| "finished with warnings"
| "must stop"
| "not started"
| "running"
| "starting"
| "stopped"
| "exceeded limit"
| "queued"
Optional ReadonlystopTime
stopTime?: string | null
Optional ReadonlytestRun
testRun?: boolean
Optionaltitle
title?: string
Optional ReadonlyupdatedAt
updatedAt?: string
Indicates if this automation run is archived.