Status

Get operation status

get

Returns operation status: true if applied, false if failed, null (or HTTP 204) if doesn't exist.
NOTE: if you know in advance what operation type you want to check (e.g. transactions), prefer using /v1/operations/{type}/{hash}/status (e.g. /v1/operations/transactions/{hash}/status) instead, because it's much more efficient.

Path parameters
hashstringRequired

Operation hash

Responses
200Success
application/json
Responseboolean | nullable
get
GET /v1/operations/{hash}/status HTTP/1.1
Host: xtz-index.nownodes.io
Accept: */*
200Success
true