Live StreamsList Livestreams
Live Streams

List Livestreams

curl -X GET "https://api.videograph.ai/video/services/api/v1/livestreams?record=true" \
  -H "Content-Type: application/json" \
  -H "Authorization: Basic YOUR_CREDENTIALS"
{
  "code": 200,
  "data": [
    {
      "created_at": 1672715707376,
      "status": "Initializing",
      "statusId": 1,
      "streamUUID": "b7ce0bf9-c139-40f4-9306-753a534912c6"
    },
    {
      "created_at": 1667282138558,
      "status": "Idle",
      "statusId": 3,
      "streamUUID": "cb570748-c6c8-4f5b-8b69-330f6af0bb37"
    }
  ],
  "message": "List live streams by record: true",
  "status": "Success"
}
GET
/video/services/api/v1/livestreams
GET
Security Scheme
Basic Authentication
Usernamestring
Required

Username for basic authentication

Passwordpassword
Required

Password for basic authentication

query
recordboolean
Required

true for liverecordings and false for livestreams

Request Preview
Response

Response will appear here after sending the request

Authentication

basicAuth
header
Authorizationstring
Required

Basic authentication credentials. Provide username and password encoded in Base64 format: Basic base64(username:password)

Query Parameters

recordboolean
Required

true for liverecordings and false for livestreams

Responses

OK

Was this page helpful?
Built with Documentation.AI

Last updated Dec 29, 2025