Skip to content

Get board availability

GET
/v1/boards/summary

Returns how many boards of each type exist and how many are free right now. Public, and deliberately without device paths or pod identifiers.

Responses

OK

application/json
JSON
[
  
{
  
  
"available": 0,
  
  
"board_type": "string",
  
  
"total": 0
  
}
]

Playground

Samples

Powered by VitePress OpenAPI