cURL
curl --request GET \ --url https://orchestrator.rhinestone.dev/bundles/events \ --header 'x-api-key: <x-api-key>'
{ "events": [ "<any>" ], "nextOffset": 10 }
Retrieve the paginated list of pending bundle events.
Rhinestone API key
Number of events to retrieve
Pagination offset
10
200
The response is of type object.
object