GET
/
bundles
/
events
curl --request GET \
  --url https://orchestrator.rhinestone.dev/bundles/events \
  --header 'x-api-key: <x-api-key>'
{
  "events": [
    "<any>"
  ],
  "nextOffset": 10
}

Headers

x-api-key
string
required

Rhinestone API key

Query Parameters

count
any

Number of events to retrieve

offset
string

Pagination offset

Example:

10

Response

200 - application/json

200

The response is of type object.