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