Kitaru

InvestigationResponse

Investigation response.

Attributes

attributeiduuid.UUID
= Field(description='Investigation id.')
attributeagent_iduuid.UUID
= Field(description="Agent the investigation's sessions belong to.")
attributenamestr
= Field(description='Investigation name.')
attributedescriptionstr | None
= Field(description='Curator rationale.')
attributestatusInvestigationStatus
= Field(description='Investigation status.')
attributestarted_atdatetime | None
= Field(default=None, description='Time the first answer was recorded.')
attributeended_atdatetime | None
= Field(default=None, description='Time the last session settled.')
attributemetadatadict[str, JsonValue]
= Field(description='Arbitrary metadata.')
attributetotal_sessionsint
= Field(description='Number of linked sessions.')
attributecompleted_sessionsint
= Field(description='Number of linked sessions with a verdict.')

On this page