Domain Model
Message Action Trace
Fields
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| id | string.uuid | Yes | — | Id |
| messageId | string | Yes | — | ID of the associated message |
| actorType | string | Yes | — | Actor type |
| actionType | string | Yes | — | Action type |
| actionPayloadJson | object | No | — | Action payload json |
| resultPayloadJson | object | No | — | Result payload json |
| approvalState | string | No | — | Approval state |
| aiModelId | string | No | — | ID of the associated ai model |
| createdAt | string.date-time | Yes | — | Created at |
Create Schema
Fields accepted when creating a new record:
| Field | Type | Required | Default | Description |
|---|---|---|---|---|
| messageId | string | Yes | — | ID of the associated message |
| actorType | string | Yes | — | Actor type |
| actionType | string | Yes | — | Action type |
| actionPayloadJson | object | No | — | Action payload json |
| resultPayloadJson | object | No | — | Result payload json |
| approvalState | string | No | — | Approval state |
| aiModelId | string | No | — | ID of the associated ai model |