RoutineRun interface

런 히스토리 API에서 반환된 단일 루틴 실행.

속성

action_correlation_id

제공 가능한 경우 하위 동작 상관관계 식별자.

action_type

일상적인 시도를 위해 디스패치된 액션 타입.

agent_endpoint_id

일상적인 시도를 위해 기록된 레거시 엔드포인트 범위 에이전트 식별자.

agent_id

일상적인 시도를 위해 기록된 프로젝트 범위별 에이전트 식별자.

attempt_source

루틴 시도를 만든 소스 경로입니다.

conversation_id

응답 API 디스패치에서 사용하는 대화 식별자입니다.

dispatch_id

루틴 시도와 연관된 디스패치 식별자.

ended_at

기초 런이 종료 상태에 도달한 시간입니다.

error_message

실패 시도가 가능한 경우 캡처된 단축 실패 메시지.

error_status_code

실패한 시도가 있을 경우 하위 오류 상태 코드를 캡처합니다.

error_type

사용 가능한 경우 실패한 시도에 대해 캡처하는 완전 제한 오류 유형.

id

루틴 시도에 대한 고유 실행 식별자입니다.

phase

AgentExtensions 일상 시도의 생주기 단계입니다.

response_id

제공 가능한 경우 하위 응답 또는 호출 식별자입니다.

scheduled_fire_at

예정된 화재 시간은 타이머와 배송 일정에 기록되었습니다.

session_id

호출 API 디스패치에서 사용하는 호스팅 에이전트 세션 식별자입니다.

started_at

기초 런이 시작된 시점입니다.

status

실행 상태입니다.

task_id

작업 공간 식별자는 루틴 시도에 연결된 경우, 가능할 때 사용됩니다.

triggered_at

일상적인 시도에 기록된 논리적 트리거 시간.

trigger_event_payload

루틴 시도를 유발한 이벤트에서 캡처된 이벤트 페이로드(사용 가능할 경우).

trigger_name

루틴 시도를 생성한 설정된 트리거 이름입니다.

trigger_type

일상적인 시도를 유발한 트리거 유형.

속성 세부 정보

action_correlation_id

제공 가능한 경우 하위 동작 상관관계 식별자.

action_correlation_id?: string

속성 값

string

action_type

일상적인 시도를 위해 디스패치된 액션 타입.

action_type?: RoutineActionType

속성 값

agent_endpoint_id

일상적인 시도를 위해 기록된 레거시 엔드포인트 범위 에이전트 식별자.

agent_endpoint_id?: string

속성 값

string

agent_id

일상적인 시도를 위해 기록된 프로젝트 범위별 에이전트 식별자.

agent_id?: string

속성 값

string

attempt_source

루틴 시도를 만든 소스 경로입니다.

attempt_source?: RoutineAttemptSource

속성 값

conversation_id

응답 API 디스패치에서 사용하는 대화 식별자입니다.

conversation_id?: string

속성 값

string

dispatch_id

루틴 시도와 연관된 디스패치 식별자.

dispatch_id?: string

속성 값

string

ended_at

기초 런이 종료 상태에 도달한 시간입니다.

ended_at?: Date

속성 값

Date

error_message

실패 시도가 가능한 경우 캡처된 단축 실패 메시지.

error_message?: string

속성 값

string

error_status_code

실패한 시도가 있을 경우 하위 오류 상태 코드를 캡처합니다.

error_status_code?: number

속성 값

number

error_type

사용 가능한 경우 실패한 시도에 대해 캡처하는 완전 제한 오류 유형.

error_type?: string

속성 값

string

id

루틴 시도에 대한 고유 실행 식별자입니다.

id: string

속성 값

string

phase

AgentExtensions 일상 시도의 생주기 단계입니다.

phase?: RoutineRunPhase

속성 값

response_id

제공 가능한 경우 하위 응답 또는 호출 식별자입니다.

response_id?: string

속성 값

string

scheduled_fire_at

예정된 화재 시간은 타이머와 배송 일정에 기록되었습니다.

scheduled_fire_at?: Date

속성 값

Date

session_id

호출 API 디스패치에서 사용하는 호스팅 에이전트 세션 식별자입니다.

session_id?: string

속성 값

string

started_at

기초 런이 시작된 시점입니다.

started_at?: Date

속성 값

Date

status

실행 상태입니다.

status?: string

속성 값

string

task_id

작업 공간 식별자는 루틴 시도에 연결된 경우, 가능할 때 사용됩니다.

task_id?: string

속성 값

string

triggered_at

일상적인 시도에 기록된 논리적 트리거 시간.

triggered_at?: Date

속성 값

Date

trigger_event_payload

루틴 시도를 유발한 이벤트에서 캡처된 이벤트 페이로드(사용 가능할 경우).

trigger_event_payload?: Record<string, any>

속성 값

Record<string, any>

trigger_name

루틴 시도를 생성한 설정된 트리거 이름입니다.

trigger_name?: string

속성 값

string

trigger_type

일상적인 시도를 유발한 트리거 유형.

trigger_type?: RoutineTriggerType

속성 값