Get subscription details
GET /api/event-stores/{eventStoreName}/subscriptions/{subscriptionId}
Returns details of a specific event subscription
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ”Event store name (automatically scoped to your organization)
Event store name (automatically scoped to your organization)
Unique identifier for the subscription
Unique identifier for the subscription
Responses
Section titled “ Responses ”Subscription details
object
Unique identifier for this subscription
Current status of the subscription
Additional details about the current status
object
The event store name this subscription is connected to
The event pattern this subscription is filtering on
The ID of the subscriber
The type of subscriber to receive events
When this subscription was created
When this subscription was last updated
The global position of the last successfully delivered event
Whether this is an existing subscription that was found instead of creating a new one
Human-readable message about the subscription operation
Examples
{ "subscriptionId": "sub_123456", "status": "active", "eventStoreName": "production", "eventFilter": "user.*", "subscriberId": "webhook-user-events", "subscriberType": "webhook", "createdAt": "2023-10-25T15:30:45Z", "lastProcessedEventGlobalPosition": 1234}Unauthorized: Organization ID not found in authentication context
object
Error type
Human-readable error message
Additional error details
object
Examples
{ "error": "UNAUTHORIZED", "message": "Unauthorized"}Subscription or event store not found
object
Error type
Human-readable error message
Additional error details
object
Examples
{ "error": "SUBSCRIPTION_NOT_FOUND", "message": "The specified subscription does not exist", "details": { "eventStoreName": "production", "subscriptionId": "sub_nonexistent" }}Internal server error
object
Error type
Human-readable error message
Additional error details