Pulls a single unacknowledged event from a pull subscription, and locks it for 30 seconds.

get/topics/{topic}/subscriptions/{subscription}/events/pull

Path parameters

topicstring required

The topic to pull events from

subscriptionstring required

The subscription to pull events from

Query parameters

time_windowstring

The time window for event hydration (e.g. '1h', '30m')

Response

Event successfully pulled

idstring

The event ID

topic_idstring

The ID of the topic the event was posted to

timestampstring

The timestamp the event was posted

dataobject

The decrypted data of the event

metadataobject

The metadata of the event

Changes