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

# CPF — Detalhe da operação

> Full CPF operation detail by operationId.

## Request

```http theme={null}
GET /api/integration-services/ar_gueno_cpf_service/operations/:operationId
```

## Response

HTTP 200 with full operation fields (`operationId`, parties, amount, dates, …).

HTTP 404:

```json theme={null}
{
  "success": false,
  "error": {
    "code": "OPERATION_NOT_FOUND",
    "message": "CPF operation not found: …"
  }
}
```

**Billing:** per request when priced (successful reads).
