Get a livestream
Developing
GET
/projects/{id}/livestreams/{liveId}
Get A Livestream of a project
GET
/projects/<project_id>/livestreams/<livestream_id>
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.vidinfra.com/v1/projects/5eca71a3-bc93-45cf-ad6e-45be2961f921/livestreams/5eca71a3-bc93-45cf-ad6e-45be2961f921'
Response Response Example
{}
Request
Path Params
id
stringÂ
required
Example:
5eca71a3-bc93-45cf-ad6e-45be2961f921
liveId
stringÂ
required
Example:
5eca71a3-bc93-45cf-ad6e-45be2961f921
Responses
Modified at 2025-06-19 04:59:01