user_session_list

List user's console sessions
get/v1/users/{user_id}/sessions

Path Parameters

user_id

ID of the user

Query Parameters

limit

Maximum number of items returned by a single call

Token returned by previous call to retrieve the subsequent page

Supported set of sort modes for scanning by id only.

Currently, we only support scanning in ascending order.

Responses

200

successful operation

Object
items

list of items on this page of results

View of a console session

Object
id

A unique, immutable, system-controlled identifier for the session

time_created
time_last_used
next_page

token used to fetch the next page of results (if any)

4XX

Error

Object
message
request_id
5XX

Error

Object
message
request_id