Skip to main content
POST
/
status
Get status
curl --request POST \
  --url https://data.spb.tac.build/status \
  --header 'Content-Type: application/json' \
  --data '{
  "operationIds": [
    "<string>"
  ]
}'
{
  "response": {}
}

Body

application/json

Request Body

operationIds
string[]
required

Response

Status of the operations

response
object