Managed Auth
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.
get/auth/connections/{id}/timeline
Path parameters
idstring required
Auth connection ID
Query parameters
type'login' | 'reauth' | 'health_check'
Filter the timeline to a single event type.
limitinteger
Maximum number of events to return
offsetinteger
Number of events to skip
Response
Event timeline for the auth connection