List sessions

List all sessions in the current project.

Securityoidc-token or oauth2-client-credentials or oauth2-open-industrial-data or oauth2-auth-code
Request
query Parameters
status
string

If given, only sessions with the given status are returned.

Enum: "ready" "active" "cancelled" "revoked" "access_lost"
cursor
string

Cursor to use for paging through results.

limit
integer <int32> <= 1000
Default: 25

Return up to this many results. Maximum is 1000. Default is 25.

Responses
200

A list of sessions in the current project.

400

The response for a failed request.

get/sessions
Request samples
Response samples
application/json
{
  • "items": [
    • {
      }
    ],
  • "nextCursor": "string",
  • "previousCursor": "string"
}