GET
/
tac
/
observer
/
is-message-collected
curl --request GET \
  --url https://data.turin.tac.build/tac/observer/is-message-collected
{
  "response": {
    "note": {
      "content": "<string>",
      "errorName": "<string>",
      "internalBytesError": "<string>",
      "internalMsg": "<string>"
    },
    "stage": "start",
    "success": true,
    "timestamp": 123,
    "transactions": [
      {
        "blockchainType": "TAC",
        "hash": "<string>"
      }
    ]
  }
}

Query Parameters

operationId
string
required

Operation ID

Response

200
application/json
Message is collected
response
object