Allmine API
Live Streams

List Live Stream Guest Streams

List Live Stream Guest Streams. Retrieves live stream guest streams through GET /api/v1/live-stream/guest-streams.

GET
/api/v1/live-stream/guest-streams

List Live Stream Guest Streams. Retrieves live stream guest streams through GET /api/v1/live-stream/guest-streams.

Authorization

JWT-auth
AuthorizationBearer <token>

Paste the JWT access token without the Bearer prefix.

In: header

Query Parameters

status?string

Filter by live stream status

Value in"active" | "ended" | "scheduled" | "preparing" | "expired" | "cancelled_by_host" | "cancelled_by_guest"
sortBy?string

Sort by field

Value in"createdAt" | "updatedAt" | "startedAt" | "plannedStartDate" | "endedAt" | "durationGoal" | "fundingGoal"
sortOrder?string

Sort order

Default"desc"
Value in"asc" | "desc"

Response Body

application/json

application/json

application/json

curl -X GET "https://example.com/api/v1/live-stream/guest-streams"
{
  "isSuccess": false,
  "statusCode": 400,
  "data": null,
  "errors": [
    "Validation failed"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}
{
  "isSuccess": false,
  "statusCode": 401,
  "data": null,
  "errors": [
    "Authentication required"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}
{
  "isSuccess": false,
  "statusCode": 403,
  "data": null,
  "errors": [
    "Insufficient permissions"
  ],
  "timestamp": "2026-01-15T10:30:00.000Z"
}