Time profiling
Get stage profiling
Shards statistics
OperationId
Time profiling
TAC Observer
TAC Simulator
Time profiling
Get stage profiling
Retrieves time information for every stage of transaction based on operation ID
POST
/
stage-profiling
curl --request POST \
--url https://data.turin.tac.build/stage-profiling \
--header 'Content-Type: application/json' \
--data '{
"operationIds": [
"<string>"
]
}'
{
"response": {}
}
Body
application/json
Request body
Response
200
application/json
OK
Available options:
PENDING
, TON-TAC-TON
, ROLLBACK
, TON-TAC
, TAC-TON
, UNKNOWN
Was this page helpful?
curl --request POST \
--url https://data.turin.tac.build/stage-profiling \
--header 'Content-Type: application/json' \
--data '{
"operationIds": [
"<string>"
]
}'
{
"response": {}
}