Skip to main content
GET
/
v1
/
streams
/
{id}
/
colab-sessions
Collaboration sessions
curl --request GET \
  --url http://localhost:8787/v1/streams/{id}/colab-sessions \
  --header 'Authorization: Bearer <token>'
[
  {
    "id": "<string>",
    "started_at": "2023-11-07T05:31:56Z",
    "ended_at": "2023-11-07T05:31:56Z",
    "participants": [
      "<string>"
    ]
  }
]

Authorizations

Authorization
string
header
required

Optional bearer token enforced when the Worker is configured with an API token.

Path Parameters

id
string
required

Response

Successful response

id
string
started_at
string<date-time>
ended_at
string<date-time> | null
participants
string[] | null