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
operationIds
string[]
required

Response

200
application/json
OK
response
object