# IngestOutcome

**Kind:** Interface

**Source:** [`atloria-monorepo/apps/api/src/git-sync/git-sync-ingest.service.ts`](https://github.com/sherkety/atloria/blob/main/atloria-monorepo/apps/api/src/git-sync/git-sync-ingest.service.ts#L23)

One ingest outcome per matching sync row (returned for tests/observability).

## Properties

| Property | Type |
|---|---|
| `projectId` | `string` |
| `status` | `| 'cr-opened'
    | 'skipped-echo-trailer'
    | 'skipped-echo-bot'
    | 'skipped-echo-mirror-sha'
    | 'no-docs-changes'
    | 'too-large'
    | 'error'` |
| `crId` | `string` |
| `reason` | `string` |
