Audits
Access audit records from your ISMS.
- Get
- Create
Basic fields
IDTitleCreated dateStatusDue dateAssigned owner
Extended detail fields
Returned when you ask about specifics, or say "give me full details".
Goal of the auditFramework connection flagLinked frameworkAudit scopeRelated management system sectionsConnected security requirementsConnected unitsAudit teamAuditeesExecution date/timeReport delivery dateNon-conformities & observationsPositive findingsOther findingsConnected improvementsSummary
Example queries
"List all scheduled audits"
"Which audits are still open?"
"Show audits completed this year"
"Who owns our upcoming audits?"
"Are any audits overdue?"
"Give me full details on our last audit"
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": "Goal of the audit", "value": "<string>", "tag": "audit-template-execution-goaltext"},
{"title": "Is the audit connected to a certain framework?", "value": "<string>", "tag": "audit-template-execution-yesno"},
{"title": "Linked framework", "value": "<string>", "tag": "audit-template-details-framework"},
{"title": "Audit scope", "value": "<string>", "tag": "audit-template-details-frameworksections"},
{"title": "Related management system sections", "value": "<string>", "tag": "audit-template-execution-toolblock"},
{"title": "Connected information security requirements", "value": "<string>", "tag": "audit-template-execution-reqtext"},
{"title": "Connected units", "value": "<string>", "tag": "audit-template-execution-unitsblock"},
{"title": "Audit team", "value": "<string>", "tag": "audit-template-execution-auditparticipants"},
{"title": "Auditees", "value": "<string>", "tag": "audit-template-execution-auditeesparticipants"},
{"title": "Audit execution date/time", "value": "<string>", "tag": "audit-template-time-audittime"},
{"title": "Audit report delivery date", "value": "<string>", "tag": "audit-template-time-reporttime"},
{"title": "Identified non-conformities and other observations", "value": "<string>", "tag": "audit-template-nonc-block"},
{"title": "Positive findings", "value": "<string>", "tag": "audit-template-nonc-textpositive"},
{"title": "Other findings", "value": "<string>", "tag": "audit-template-nonc-text"},
{"title": "Connected improvements", "value": "<string>", "tag": "audit-template-improvements-block"},
{"title": "Summary", "value": "<string>", "tag": "audit-template-improvements-text"}
]
}
]
Ask your AI assistant to create a new audit by describing what you need — just a title is enough to get started, or add a description for more context.
What you can provide
Title requiredDescription optional
Ways to create
✏️
Single item
Say the name and your assistant creates it immediately.
📋
With context
Include a description to pre-fill notes or purpose on the new item.
📊
From a spreadsheet
Drag in an Excel or CSV file listing names (and optionally descriptions) and ask your assistant to create them all.
Example prompts
"Create a new audit called Annual ISO 27001 Review"
"Add an audit named GDPR Compliance Check — scheduled for Q3"
"Create an internal audit for our HR department"
"Here's our audit schedule [attach spreadsheet] — create an audit for each one"