How to gets information about inactive streams?

As the title

I can use this api normally, but it not work on inactive streams, the response is empty.

{
    "data": [],
    "pagination": {}
}

The Get Streams endpoint will return live streams, so if a channel isn’t live there is no stream to get data on.

Depending on what data you are interested in you could use either the Get Channel Information or the Get Users endpoints.

1 Like

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.