Skip to main content
GET
/
libraries
/
{libraryId}
/
videos
/
{videoId}
/
timelines
Video Timelines
curl --request GET \
  --url https://api.tenbyte.io/v1/stream/libraries/{libraryId}/videos/{videoId}/timelines \
  --header 'Authorization: Bearer <token>'
{
  "data": [
    {
      "id": "<string>",
      "video_id": "<string>",
      "event": "<string>",
      "title": "<string>",
      "description": "<string>",
      "timestamp": "<string>"
    }
  ],
  "message": "<string>",
  "success": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

libraryId
string
required

Unique identifier of the library.

videoId
string
required

Unique identifier of the targed video resource.

Response

data
object[]
required
message
string
required
success
boolean
required