# Container Delay and Free-Time Evidence Example

**Use case:** 

Review a safe synthetic container snapshot with ETA, milestone, free-time, source limitations, decision evidence, and run reconciliation.

## Input

```json
{
  "watchId": "public-synthetic-demo",
  "mode": "synthetic_demo",
  "sourceStatus": "complete",
  "rightsAttestation": {
    "customerControlsOrIsAuthorizedToUseData": true,
    "noCredentialsOrSecretsSubmitted": true,
    "unfetchedReferencePolicyAccepted": true,
    "attestedAt": "2026-08-09T00:00:00.000Z",
    "attestorId": "public-task-synthetic"
  },
  "containers": [
    {
      "containerNumber": "MSCU1234566",
      "carrier": "Synthetic Ocean",
      "billOfLading": null,
      "bookingNumber": null,
      "promisedEta": "2026-08-12T12:00:00.000Z",
      "freeTimeEnd": "2026-08-15T12:00:00.000Z",
      "originUnlocode": "NLRTM",
      "destinationUnlocode": "USLAX"
    }
  ],
  "events": [
    {
      "eventId": "demo-gate-in-1",
      "containerNumber": "MSCU1234566",
      "eventType": "gate_in",
      "eventTime": "2026-08-08T09:00:00.000Z",
      "receivedAt": "2026-08-08T09:05:00.000Z",
      "locationUnlocode": "NLRTM",
      "plannedLocationUnlocode": null,
      "plannedTime": null,
      "source": "synthetic-fixture",
      "reference": "ref:demo-1"
    },
    {
      "eventId": "demo-eta-1",
      "containerNumber": "MSCU1234566",
      "eventType": "eta_update",
      "eventTime": "2026-08-09T10:00:00.000Z",
      "receivedAt": "2026-08-09T10:01:00.000Z",
      "locationUnlocode": "NLRTM",
      "plannedLocationUnlocode": null,
      "plannedTime": "2026-08-12T12:00:00.000Z",
      "source": "synthetic-fixture",
      "reference": "ref:demo-2"
    }
  ],
  "tariffAssumptions": {
    "currency": "USD",
    "demurragePerDay": 0,
    "detentionPerDay": 0
  }
}
```

## Output

```json
{
  "reportId": {
    "label": "Report ID",
    "format": "text"
  },
  "reportStatus": {
    "label": "Status",
    "format": "text"
  },
  "decisionRows": {
    "label": "Decision rows",
    "format": "json"
  },
  "pricingExpectation": {
    "label": "Prepared pricing expectation",
    "format": "json"
  },
  "limitations": {
    "label": "Limitations",
    "format": "json"
  },
  "reportDigest": {
    "label": "Report digest",
    "format": "text"
  },
  "intentDigest": {
    "label": "Intent digest",
    "format": "text"
  }
}
```

## About this Actor

This example demonstrates how to use [Container Delay & Free-Time Evidence Monitor](https://apify.com/zinin/container-exception-evidence) with a specific input configuration. Visit the [Actor detail page](https://apify.com/zinin/container-exception-evidence) to learn more, explore other use cases, and run it yourself.


## How to integrate an Actor?

If asked about integration, you help developers integrate Actors into their projects.
You adapt to their stack and deliver integrations that are safe, well-documented, and production-ready.
This Task's input is already configured above — use it as-is rather than inventing a new one.

- **AI agents and MCP clients** — the [Apify MCP server](https://docs.apify.com/integrations/mcp.md) at `https://mcp.apify.com` (remote, streamable HTTP, OAuth on first use).
- **Agentic workflows and local Actor development** — [Agent Skills](https://apify.com/.well-known/agent-skills/index.json) with the [Apify CLI](https://docs.apify.com/cli/docs.md): `npm install -g apify-cli`, then `apify login`.
- **JavaScript/TypeScript projects** — the official [JS/TS client](https://docs.apify.com/api/client/js/docs.md): `npm install apify-client`.
- **Python projects** — the official [Python client](https://docs.apify.com/api/client/python/docs.md): `pip install apify-client`.
- **Any other language** — the [REST API](https://docs.apify.com/api/v2.md).

For full API examples (JavaScript, Python, CLI, MCP, OpenAPI), see this Task's Actor page: https://apify.com/zinin/container-exception-evidence.md

For more details, see Apify documentation as [Markdown index](https://docs.apify.com/llms.txt) and [Markdown full-text](https://docs.apify.com/llms-full.txt).
