Skip to content

List active sessions

GET
/v1/admin/sessions

Returns all currently active sessions.

Authorizations

BearerAuth

API key (Bearer key_...)

Type
API Key (header: Authorization)

Responses

OK

application/json
JSON
[
  
{
  
  
"base_image_id": "string",
  
  
"board_id": "string",
  
  
"board_specs": "string",
  
  
"board_type": "string",
  
  
"created_at": "string",
  
  
"credits_used": 0,
  
  
"end_reason": "string",
  
  
"ended_at": "string",
  
  
"id": "string",
  
  
"started_at": "string",
  
  
"state": "string",
  
  
"user_id": "string"
  
}
]

Playground

Authorization

Samples

Powered by VitePress OpenAPI