Skip to Content
List Web Inputs
get

List Web Inputs

Request path & query params
limit
integer
(default: 25)

Number of items to include in the response

page
integer
(default: 1)

Offset by this many pages, of the size of limit

get
200
/video/v1/web-inputs
Response
(application/json)
{
  "data": [
    {
      "id": "S3Jlx7KABs1EfhscCGEM02G5RYpgwb02nn",
      "created_at": "1609868768",
      "url": "https://example.com/hello.html",
      "live_stream_id": "ZEBrNTpHC02iUah025KM3te6ylM7W4S4silsrFtUkn3Ag",
      "status": "idle",
      "resolution": "1920x1080",
      "timeout": 3600
    },
    {
      "id": "eMSK5cBGHTz3DLVjGy02BnrKvCLPN2QdF",
      "created_at": "1609868768",
      "url": "https://example.com/hello-there.html",
      "live_stream_id": "RlWPQAZ1PdGuL2eZYmZ50202XUlc7Cn1AM",
      "status": "idle",
      "resolution": "720x720",
      "timeout": 3600
    }
  ]
}