View Current Sessions
GET {{cb_url}}/api/v1/cblr/session?active_only=
To view all current sessions, use a GET
command to https://{{cb_url}}/api/v1/cblr/session
. The following request will retrieve a list of currently active or recently closed sessions. Note: If you just created a session, it might show up as status: pending
, this will transition to status: active
once the session is ready.
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
active_only | null | true / false |