Skip to content
Developer Docs

Operation status history

GET
/flow/v1/operations/{uuid}/status-histories

Provides the complete state-change history of an operation. Key for auditing, debugging and banking traceability.

Each entry includes the previous status, the new status and the change timestamp. Ordered by changedAt descending. Only the most recent 100 entries are returned.

Autorizaciones

OAuth2

OAuth2 security scheme

clientCredentials Flow
Token URL"/api/v2/auth/token"
Scopes:
  • "zertiban-api"Access to the API

Parámetros

Header Parameters

x-tenant-id*

Tenant identifier that contains the business UUID

Tipo
string
Requerido

Path Parameters

uuid*

UUID of the operation whose history is requested

Tipo
string
Requerido
Formato
"uuid"

Respuestas

Detailed list of the operation statuses ordered by 'changedAt' date in descending order.

application/json
JSON
[
  
{
  
  
"previousStatus": "CREATED",
  
  
"newStatus": "CREATED",
  
  
"changedAt": "2025-10-15T09:10:00Z"
  
}
]

Playground

Autorización
Headers
Variables
Key
Value

Ejemplos