GET
/
operation-ids
curl --request GET \
  --url https://data.turin.tac.build/operation-ids
{
  "response": [
    {
      "operationId": "<string>",
      "timestamp": 123
    }
  ]
}

Query Parameters

from
number
required

Lower time bound of operation(Unix timestamp)

till
number
required

Greater time bound of operation(Unix timestamp)

limit
number

The maximum number of items to return. Default is 100

offset
number

The number of items to skip before starting to collect the result set. Default is 0.

Response

200
application/json
OK
response
object[]