cURL
curl --request POST \ --url https://data.spb.tac.build/stage-profiling \ --header 'Content-Type: application/json' \ --data '{ "operationIds": [ "<string>" ] }'
{ "response": {} }
Retrieves time information for every stage of transaction based on operation ID
Request body
The body is of type object.
object
OK
The response is of type object.
Was this page helpful?