Pull an event, locking it for 30s
curl --request GET \ --url https://api.sailhouse.dev/topics/{topic_slug}/subscriptions/{subscription_slug}/events/pull \ --header 'Authorization: <api-key>'
{ "data": {}, "id": "<string>", "metadata": {}, "timestamp": "<string>", "topic_id": "<string>" }
Success
The response is of type object.
object