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

Response

200
application/json
Status of the operations
response
object