GET /stream/{id}
to retrieve a session stream
objectStream sessions are a type of stream
object. Use the same GET /stream/{id}
request to retieve any type of stream
object, whether it be a parent object or
a child-session object.
curl -H 'authorization: Bearer {api-key}' \"https://livepeer.com/api/stream/{id}"
{"id":"yyyyyyyy-yyyy-yyyy-yyyy-yyyy","parentId":"nnnnnnnn-nnnn-nnnn-nnnn-nnnn","kind":"stream","name":"test_stream","userId":"xxxxxxxx-xxxx-xxxx-xxxx-xxxx","createdAt":1595721600,"streamKey":"zzzz-zzzz-zzzz-zzzz","playbackId":"xyz123xyz123","createdByTokenName":"test-api-key",{other asset object keys, like profiles}}