Status
Get status
Shards statistics
OperationId
Time profiling
TAC Observer
TAC Simulator
Status
Get status
Get the status of an operation by its Operation ID
POST
/
status
curl --request POST \
--url https://data.turin.tac.build/status \
--header 'Content-Type: application/json' \
--data '{
"operationIds": [
"<string>"
]
}'
{
"response": {}
}
Body
application/json
Request Body
Response
200
application/json
Status of the operations
Available options:
start
, collectedInTAC
, includedInTACConsensus
, executedInTAC
, collectedInTON
, includedInTONConsensus
, executedInTON
Was this page helpful?
curl --request POST \
--url https://data.turin.tac.build/status \
--header 'Content-Type: application/json' \
--data '{
"operationIds": [
"<string>"
]
}'
{
"response": {}
}