Skip to main content
GET
Get a live stream by ID

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

id
string
required
startedAt
string<date-time> | null
required
completedAt
string<date-time> | null
required
input
object
required
status
enum<string>

Status of the stream

Available options:
created,
running,
done,
error
Example:

"created"