Retrieve a space
GET {{baseUrl}}/video/v1/spaces/:SPACE_ID
Retrieves the details of a space that has previously been created. Supply the unique space ID that was returned from your create space request, and Mux will return the information about the corresponding space. The same information is returned when creating a space.
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Accept | string |
RESPONSES
status: OK
{"data":{"type":"server","id":"uylLl3WuQ54CwqUB9UHySxnN66sqKue5","created_at":"1607452572","status":"idle"}}