GET
/
topics
/
{topic}
/
subscriptions
/
{subscription}
/
events

Authorizations

Authorization
string
headerrequired

Path Parameters

topic
string
required

The topic to get events from

subscription
string
required

The subscription to get events from

Query Parameters

limit
integer

The maximum number of events to return

offset
integer

The number of events to skip

Response

200 - application/json
id
string

The event ID

topic_id
string

The ID of the topic the event was posted to

timestamp
string

The timestamp the event was posted

data
object

The data of the event

metadata
object

The metadata of the event