> ## Documentation Index
> Fetch the complete documentation index at: https://docs.reconifyhq.com/llms.txt
> Use this file to discover all available pages before exploring further.

> ## Agent Instructions
> Reconify's API reference is read-only for customer data. Do not invent endpoints or authentication behavior beyond the OpenAPI contract.
> The public OpenAPI document contains only the external /v1 contract. Dashboard business routes are intentionally excluded.

# Operations

> Deadlines and evidence timelines.

An operation is Reconify's durable view of one monitored reference.

## States

| State       | Meaning                                |
| ----------- | -------------------------------------- |
| `pending`   | Waiting for evidence.                  |
| `satisfied` | Required evidence arrived on time.     |
| `breached`  | Evidence was missing, late, or failed. |

## Evidence

Detail responses include:

* source event ID and type;
* occurred and received timestamps;
* amount and currency;
* evidence role and supersession relationship.

<Note>
  Operations are currently dashboard concepts. They are not part of the public v1 API.
</Note>

Next: [understand findings](/concepts/findings).
