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

Authorizations

Authorization
string
header
required

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
data
object

The data of the event

id
string

The event ID

metadata
object

The metadata of the event

timestamp
string

The timestamp the event was posted

topic_id
string

The ID of the topic the event was posted to