Skip to main content
GET
/
v1
/
events
/
download-urls
Get event download URLs
curl --request GET \
  --url https://mycluster.domino.tech/v1/events/download-urls
[
  "<string>"
]

Query Parameters

startTimestamp
string
required

Start of the time range in Unix epoch nanoseconds

endTimestamp
string
required

End of the time range in Unix epoch nanoseconds. Must be >= startTimestamp

Response

OK