Skip to main content
GET
/
operation-ids
Get Operation IDs using filters
curl --request GET \
  --url https://data.spb.tac.build/operation-ids
{
  "response": [
    {
      "operationId": "<string>",
      "timestamp": 123
    }
  ]
}

Query Parameters

from
number
required
till
number
required
limit
number
offset
number

Response

response
object[]