Skip to main content
GET

Path Parameters

string
required
The UUID of the livestream to retrieve

Response

string
Livestream’s unique identifier (UUID)
string
Title of the livestream
string
Description of the livestream
string
YouTube URL for the livestream
string
Custom streaming URL
string
Current status of the livestream. One of:
  • scheduled: Upcoming livestream
  • live: Currently streaming
  • ended: Completed livestream
  • cancelled: Cancelled livestream
string
Scheduled start time in ISO 8601 format
string
Actual start time in ISO 8601 format
string
End time in ISO 8601 format
array
Array of tags associated with the livestream
string
URL of the livestream thumbnail
object
Thumbnail file information
string
UUID of the user who created the livestream
string
UUID of the user who last updated the livestream
string
Creation timestamp in ISO 8601 format
string
Last update timestamp in ISO 8601 format

Error Responses

object
Error details when the request fails
Common error cases:
  • 404 Not Found: Livestream not found