Kitaru

InvestigationCreateRequest

Investigation create request.

Attributes

attributeagent_iduuid.UUID
= Field(description="Agent the investigation's sessions belong to.")
attributenamestr
= Field(description='Investigation name.')
attributedescriptionstr | None
= Field(default=None, description='Curator rationale.')
attributesessionslist[InvestigationSessionInput]
= Field(description='Sessions to investigate, in presentation order.')

On this page