Skip to content

List available boards

GET
/v1/boards

Returns all registered boards and their current availability.

Responses

OK

application/json
JSON
[
  
{
  
  
"board_type": "string",
  
  
"created_at": "string",
  
  
"current_session_id": "string",
  
  
"device": "string",
  
  
"disabled": true,
  
  
"id": "string",
  
  
"label": "string",
  
  
"pod_id": "string",
  
  
"sled_version": "string",
  
  
"specs": "string",
  
  
"state": "string"
  
}
]

Playground

Samples

Powered by VitePress OpenAPI