Boundary controller HTTP API
Session Service
Lists all Sessions.
Query Parameters
scope_id
string
recursive
boolean
filter
string
You can specify that the filter should only return items that match. Refer to filter expressions for more information.
include_terminated
boolean
Deprecated. Should be removed in 0.18.0 since pagination removes the need for the optimization that this provided. By default only non-terminated (i.e. pending, active, canceling) are returned. Set this option to include terminated sessions as well. If not set paginated responses may not include terminated sessions either in the response or in the removed_ids.
list_token
string
An opaque token that Boundary uses to continue an existing iteration or request updated items. If you do not specify a token, pagination starts from the beginning. To learn more about list pagination in Boundary, refer to list pagination.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the default page configured, the page size will be truncated to this number..
Gets a single Session.
Path Parameters
id
string
RequiredCancels a Session.
Path Parameters
id
string
RequiredBody Parameters
version
integer