Skip to main content
GET
Get an event source

Authorizations

Authorization
string
header
required

A Recursion API key, created in the console under API keys.

Headers

If-None-Match
string

Strong ETag from an earlier member read. A match returns 304 without a body.

Path Parameters

eventSourceId
string<uuid>
required

Stable event-source identifier.

Response

Configured inbound event source, including its verification policy and lifecycle state.

Configured inbound event source, including its verification policy and lifecycle state.

createdAt
string<date-time>
required
read-only

Time the event source was created.

delivery
object
required

Customer-owned webhook endpoint and its non-secret verification configuration.

Example:
displayName
string
required

Human-readable source name shown in the automation catalog.

eventSourceId
string<uuid>
required
read-only

Stable identifier for the event source.

revision
integer<int64>
required
read-only

Monotonic revision represented by the response ETag.

Required range: x >= 1
status
enum<string>
required
read-only

Lifecycle state. Custom webhook sources start paused; connection-managed sources start active.

Available options:
paused,
active
type
enum<string>
required

Inbound provider protocol interpreted by this source.

Available options:
slack_events_api,
github_webhook,
custom_webhook
updatedAt
string<date-time>
required
read-only

Time the event source was last changed.