In Progress Events

List of user's in-progress events

Info

Required scopes: stream.read

Warning

This method requires authentication

Retrieve a list of the user's in-progress events.

curl -H "Authorization: Bearer [access token]" \
     https://api.restream.io/v2/user/events/in-progress

Response

Success
Error
[
  {
    "id": "2527849f-f961-4b1d-8ae0-8eae4f068327",
    "status": "in-progress",
    "title": "Event title",
    "description": "Event description",
    "coverUrl": "URL or null",
    "isRecordOnly": false,
    "scheduledFor": 1599983310,
    "startedAt": 1599983310,
    "finishedAt": null,
    "destinations": [
      {
        "channelId": 1,
        "externalUrl": "URL or null",
        "streamingPlatformId": 5
      }
    ]
  },
  ...
]
Info

isRecordOnly is true if the event is streamed in a record-only mode