Sessions
List sessions for the authenticated user
Returns recent sessions across the authenticated user's repositories for the Home session list.
get/api/v1/cache/user/sessions
Query parameters
timeframe'last-month' | 'last-3-months' | 'last-6-months'
Window of user activity to return. Defaults to last-6-months.
limitinteger
Maximum number of results to return. Defaults to 500 and is capped at 1000.
Response
Recent user sessions
Changes
No recorded changes to this endpoint across all 1 revision of this API.