Get auth connection event timeline
Returns a chronological timeline of events for an auth connection — login attempts, automatic re-auth attempts, and health checks. Events are returned newest-first.
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
Auth connection ID
Query Parameters
Filter the timeline to a single event type.
login, reauth, health_check Maximum number of events to return
x <= 100Number of events to skip
Response
Event timeline for the auth connection
The kind of event. "login" and "reauth" are authentication attempts; "health_check" is a periodic session-validity check.
login, reauth, health_check Identifier of the underlying login/reauth session or health check.
When the event occurred.
Outcome of the event. For login/reauth events this is the flow status (IN_PROGRESS, SUCCESS, EXPIRED, CANCELED, FAILED). For health_check events it is the observed session state (AUTHENTICATED, NEEDS_AUTH).
IN_PROGRESS, SUCCESS, EXPIRED, CANCELED, FAILED, AUTHENTICATED, NEEDS_AUTH The session state observed before this event. Present for health_check events that recorded a prior state.
AUTHENTICATED, NEEDS_AUTH The step the flow reached. Present for login/reauth events.
INITIALIZED, DISCOVERING, AWAITING_INPUT, AWAITING_EXTERNAL_ACTION, AWAITING_HUMAN_INTERVENTION, SUBMITTING, COMPLETED, EXPIRED Machine-readable error code. Present when a login/reauth event failed.
Human-readable error message. Present when a login/reauth event failed.
Visible error message from the website (e.g., 'Incorrect password'). Present when the website displayed an error during the attempt.
Replay recording ID for the event's browser session, if session recording was enabled.
When the event was last updated. Present for login/reauth events.