Skip to content
Developer Docs

Operation status

GET
/flow/v1/operations/{operationUuid}/status

Returns the current status of an operation, its action-code classification and whether that status is final. A lightweight alternative to the full operation detail when only the lifecycle state is needed (for example, polling).

status is the operation's lifecycle state. actionCode groups statuses by outcome: INITIATED while still in progress (CREATED, OPENED), ACCEPTED once COMPLETED, and DENIED for REJECTED, EXPIRED, CANCELLED and NOT_DELIVERED. final is true once the operation has reached a terminal state and will no longer change.

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

operationUuid*

UUID of the operation whose status is requested

Tipo
string
Requerido
Formato
"uuid"

Respuestas

Operation status

application/json
JSON
{
  
"status": "OPENED",
  
"actionCode": "INITIATED",
  
"final": false
}

Playground

Autorización
Headers
Variables
Key
Value

Ejemplos