Skip to main content
GET
/
ds
/
{bucket}
curl https://stream.tonbo.dev/ds/demo
{
  "bucket_id": "demo",
  "streams": 3
}
bucket
string
required
Bucket ID. Must match [a-z0-9_-]{4,64}.

Response

StatusMeaning
200Bucket found.
400Invalid bucket ID.
404Bucket not found.
bucket_id
string
required
The bucket identifier.
streams
number
required
Number of streams in the bucket.
curl https://stream.tonbo.dev/ds/demo
{
  "bucket_id": "demo",
  "streams": 3
}