Trifaco API
Entregas

Consultar intentos por destinatario

GET/v1/deliveries/{id}/attempts

Estado: parcial. Ambientes: simulation, qualification. Permisos: documents:read.

Alcance: Historial local de intentos send/reconcile por destinatario con estado, fechas y causas acotadas. limit 1–100 y cursor firmado; no incluye contenido MIME ni archivos.

Consultar intentos por destinatario

Authorization

ClientApiKey
X-API-Key<token>

Secreto ligado a empresa, actor, permisos y ambiente. No admite cambiar empresa por body/header.

In: header

Path Parameters

id*string

Identificador opaco. No autoriza acceso por sí mismo.

Formatuuid
Length1 <= length <= 36

Query Parameters

cursor?string

Opaco y ligado a filtros/empresa/ambiente; caduca en 24 h. CURSOR_EXPIRED exige reiniciar listado.

Length1 <= length <= 2048
limit?integer
Range1 <= value <= 100
Default50

Response Body

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

application/json

curl -X GET "https://example.com/v1/deliveries/497f6eca-6276-4993-bfeb-53cbbbba6f08/attempts"
{  "items": [],  "next_cursor": "string",  "as_of": "2019-08-24T14:15:22Z"}