ExecutionResponse: {
    conclusion?: ConclusionStatus | null;
    createdAt: string;
    executionId: string;
    externalId?: string | null;
    jobs?: JobResponse[];
    providerData?: ProviderDataResponse | null;
    status: ExecutionStatus | null;
    updatedAt?: string | null;
    user_id?: string | null;
}

Type declaration

  • Optionalconclusion?: ConclusionStatus | null
  • createdAt: string
  • executionId: string
  • OptionalexternalId?: string | null
  • Optionaljobs?: JobResponse[]
  • OptionalproviderData?: ProviderDataResponse | null
  • status: ExecutionStatus | null

    (pending, queued, in_progress, completed)

  • OptionalupdatedAt?: string | null
  • Optionaluser_id?: string | null