Skip to main content
GET
Get volatile event-source status

Authorizations

Authorization
string
header
required

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

Path Parameters

eventSourceId
string<uuid>
required

Stable event-source identifier.

Response

Operational status for one event source without secret material.

Operational status for one event source without secret material.

eventSourceId
string<uuid>
required

Stable identifier for the event source.

health
enum<string>
required

Current source availability and receipt history. setup_required means the connected installation lacks event permissions; approve the App permission update and probe the connection. healthy means a receipt exists, not proof of current provider reachability.

Available options:
never_received,
healthy,
paused,
connection_unavailable,
setup_required
lastDelivery
object | null
required

Most recent verified delivery, or null when none has arrived.

Example:
triggerCount
integer<int64>
required

Automations currently bound to this event source.

Required range: x >= 0