Skip to main content
GET
List Decision Rooms, least-recently-active first

Authorizations

Authorization
string
header
required

Workspace API key minted via POST /api-keys. Read-only.

Query Parameters

cursor
string

Opaque cursor from a previous nextCursor. Only valid for this endpoint.

limit
integer
default:100
Required range: 1 <= x <= 500
updated_since
string<date-time>

Rooms whose lastActivityAt is at or after this instant.

status
enum<string>
Available options:
open,
won,
lost,
dormant

Response

A page of rooms

data
object[]
required
nextCursor
string | null
required

Pass back as cursor. Returned even when hasMore is false so you can resume later. Never expires.

hasMore
boolean
required