Entity · kb_executions
KB Execution Schema
Felder
KB Execution Schema
Execution record for a knowledge base runbook/SOP article
articleId
Reference to the source kb_article (runbook/SOP)
ticketId
Optional reference to the ticket this execution is for
PatternDefault: nullnullable
status
Execution status
Werte
IN_PROGRESSCOMPLETEDABANDONEDDefault: "IN_PROGRESS"
steps
Ordered list of checklist steps extracted from the article
stepIndex
≥ 0
label
max 500 Zeichen
isComplete
Default: false
completedAt
Default: nullnullable
completedBy
PatternDefault: nullnullable
startedAt
When execution was started
completedAt
When execution was completed or abandoned
Default: nullnullable
startedBy
User who started the execution
Keine Felder passen zum Filter.
Standard-Endpoints
Diese Resource folgt dem generischen CRUD-Vertrag der Plattform. Lesen Sie die Konventionen für Pagination, Idempotenz, Optimistic Locking und Audit. Die wichtigsten Endpoints:
GET /api/v1/kb_executions— Liste, paginiert + filterbarGET /api/v1/kb_executions/<id>— Einzelne EntityPOST /api/v1/kb_executions— AnlegenPATCH /api/v1/kb_executions/<id>— Teil-UpdateDELETE /api/v1/kb_executions/<id>— Soft-DeleteGET /api/v1/kb_executions/<id>/timeline— Audit + Aktivitäten