Skip to main content

Basic fields

IDTitleCreated dateStatusDue dateAssigned owner

Extended detail fields

Returned when you ask about specifics, or say "give me full details".

Risk areaCurrent tasksConnected assetsAssociated resourcesImpact scoreImpact reasoningImpact descriptionLikelihood scoreLikelihood reasoningIncident scenariosCommentsTreatment optionNew treatment tasksRisk transfer detailsRisk retention reasoningOperational changesOther risk managementTreatment approvalNew risk assessmentTreatment completionResidual risk comments

Example queries

"List all risks in our risk register"
"Which risks have no treatment plan?"
"Show me high impact risks"
"What risks are currently untreated?"
"Give me full details on our open risks"
"Which risks have been approved by their owners?"

Advanced

Response schema
[
{
"id": "<integer>",
"created": "<datetime string>",
"title": "<string>",
"description": "<string | null>",
"due_date": "<date string | null>",
"status": {
"name": "<string>",
"type": "<string>"
},
"assigned_member": "<object | null>",
"detailed_data": [
{
"title": "Risk area",
"value": "<array>",
"tag": "risk-template-assets-theme"
},
{
"title": "Current tasks",
"value": "<string>",
"tag": "risk-template-secmeasures-measures"
},
{
"title": "Connected assets on management system",
"value": "<string>",
"tag": "risk-template-assets-block"
},
{
"title": "Other associated resources",
"value": "<string>",
"tag": "risk-template-assets-text"
},
{
"title": "Risk impact (1-3)",
"value": "<string>",
"tag": "risk-template-severity"
},
{
"title": "Reasoning for risk impact evaluation",
"value": "<string>",
"tag": "risk-template-effects-impactbasis"
},
{
"title": "Description of potential impact",
"value": "<string>",
"tag": "risk-template-effects-impacts"
},
{
"title": "Risk likelihood (1-3)",
"value": "<string>",
"tag": "risk-template-propability"
},
{
"title": "Reasoning for risk likelihood evaluation",
"value": "<string>",
"tag": "risk-template-effects-scenariobasis"
},
{
"title": "Description of incident scenarios",
"value": "<string>",
"tag": "risk-template-effects-scenarios"
},
{
"title": "Free comments",
"value": "<string>",
"tag": "risk-template-effects-text"
},
{
"title": "Risk's main treatment option",
"value": "<string>",
"tag": "risk-template-secmeasures-treatmentoptions"
},
{
"title": "New treatment tasks",
"value": "<string>",
"tag": "risk-template-secmeasures-newmeasures"
},
{
"title": "How is the risk transferred?",
"value": "<string>",
"tag": "risk-template-secmeasures-sharetext"
},
{
"title": "Why have we decided to retain the risk?",
"value": "<string>",
"tag": "risk-template-secmeasures-retaintext"
},
{
"title": "How will we change our operations?",
"value": "<string>",
"tag": "risk-template-secmeasures-avoidtext"
},
{
"title": "Other risk management",
"value": "<string>",
"tag": "risk-template-secmeasures-text"
},
{
"title": "Risk owner's approval of risk's treatment plan",
"value": "<string>",
"tag": "risk-template-acceptance-newyesno"
},
{
"title": "Launched new risk assessment",
"value": "<string>",
"tag": "risk-template-acceptance-residualblock"
},
{
"title": "Has the risk treatment been carried out?",
"value": "<string>",
"tag": "risk-template-acceptance-treatmentyesno"
},
{
"title": "Comments about residual risk",
"value": "<string>",
"tag": "risk-template-acceptance-residualtext"
}
]
}
]