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
Identifier of the underlying login/reauth session or health check.
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 When the event occurred.
The kind of event. "login" and "reauth" are authentication attempts; "health_check" is a periodic session-validity check.
login, reauth, health_check Browser session that produced the event, if one was created.
Machine-readable error code. Present when a login/reauth event failed.
Human-readable error message. Present when a login/reauth event failed.
The session state observed before this event. Present for health_check events that recorded a prior state.
AUTHENTICATED, NEEDS_AUTH Replay recording ID for the event's browser session, if session recording was enabled.
The step the flow reached. Present for login/reauth events.
INITIALIZED, DISCOVERING, AWAITING_INPUT, AWAITING_EXTERNAL_ACTION, AWAITING_HUMAN_INTERVENTION, SUBMITTING, COMPLETED, EXPIRED Whether browser telemetry capture started for this event's browser session.
When the event was last updated. Present for login/reauth events.
Visible error message from the website (e.g., 'Incorrect password'). Present when the website displayed an error during the attempt.