Schema
ApproveGateResponseModel
Result of a cohort gate sweep — what was discovered + the per-pair outcomes.
| Field | Type | Description |
|---|---|---|
job_definition_idrequired | string (uuid) | The cohort whose gates were swept |
discovered | integer | Awaiting-approval gates found in the cohort |
results | BulkApprovalResult[] | One result per discovered gateitem shape |
approved_count | integer | — |
rejected_count | integer | — |
error_count | integer | — |