Livepeer Video Services

GET retrieve a session

You can retrieve a session with its ID.

curl -H 'authorization: Bearer {api-key}' \
"https://livepeer.com/api/session/{id}"

200 OK

{
    "id":"aaaaaaaa-aaaa-aaaa-aaaa-aaaa",
    "sourceSegmentsDuration":250,
    "record":true,
    "parentId":"nnnnnnnn-nnnn-nnnn-nnnn-nnnn",
    "recordingStatus":"ready",
    "recordingUrl":"https://livepeercdn.com/recordings/aaaaaaaa-aaaa-aaaa-aaaa-aaaa/index.m3u8"},
    {other asset object keys, like createdAt and profiles}
}