List spaces
GET {{baseUrl}}/video/v1/spaces
List all spaces in the current environment.
Request Params
| Key | Datatype | Required | Description | 
|---|---|---|---|
| limit | number | Number of items to include in the response | |
| page | number | Offset by this many pages, of the size of limit | 
HEADERS
| Key | Datatype | Required | Description | 
|---|---|---|---|
| Accept | string | 
RESPONSES
status: OK
{"data":[{"type":"server","id":"uylLl3WuQ54CwqUB9UHySxnN66sqKue5","created_at":"1607452572","status":"idle"},{"type":"server","id":"HK01Bq7FrEQmIu3QpRiZZ98HQOOZjm6B","created_at":"1693452572","status":"active"}]}