cURL
curl --request POST \ --url https://data.spb.tac.build/status \ --header 'Content-Type: application/json' \ --data '{ "operationIds": [ "<string>" ] }'
{ "response": {} }
Get the status of an operation by its Operation ID
Request Body
The body is of type object.
object
Status of the operations
The response is of type object.
Was this page helpful?