id | string | Format: uuid. |
projectId | string | Format: uuid. |
title | string | — |
deploymentId | string or null | Format: uuid. |
createdAt | string | Format: date-time. |
updatedAt | string | Format: date-time. |
runs | object[] | — |
runs[].id | string | Format: uuid. |
runs[].threadId | string | Format: uuid. |
runs[].status | string | One of: queued, running, waiting_for_approval, succeeded, failed. |
runs[].input | string | — |
runs[].output | string or null | — |
runs[].error | string or null | — |
runs[].startedAt | string or null | Format: date-time. |
runs[].finishedAt | string or null | Format: date-time. |
runs[].createdAt | string | Format: date-time. |
runs[].actions | object[] | — |
runs[].actions[].id | string | Format: uuid. |
runs[].actions[].runId | string | Format: uuid. |
runs[].actions[].operationId | string | — |
runs[].actions[].risk | string | One of: write, dangerous, destructive. |
runs[].actions[].status | string | One of: pending, rejected, running, succeeded, failed. |
runs[].actions[].version | integer | — |
runs[].actions[].preview | object | — |
runs[].actions[].result | object | — |
runs[].actions[].error | string or null | — |
runs[].actions[].decidedAt | string or null | Format: date-time. |
runs[].actions[].executedAt | string or null | Format: date-time. |
runs[].actions[].createdAt | string | Format: date-time. |
runs[].evidence | object[] | — |
runs[].evidence[].id | string | Format: uuid. |
runs[].evidence[].runId | string | Format: uuid. |
runs[].evidence[].actionId | string or null | Format: uuid. |
runs[].evidence[].kind | string | One of: observation, verification, rollback. |
runs[].evidence[].operationId | string or null | — |
runs[].evidence[].summary | string | — |
runs[].evidence[].data | object | — |
runs[].evidence[].createdAt | string | Format: date-time. |