Skip to main content
GET
List sessions

承認

X-API-Key
string
header
必須

API key created via the Admina admin panel (Settings → API Keys → Create). Format: mb_live_<40-hex>.

クエリパラメータ

status
enum<string>

Filter by status (pushed to DynamoDB — accurate)

利用可能なオプション:
open,
in_progress,
pending_approval,
resolved
assigneeType
enum<string>

Filter by assignee. NOTE: this filter is applied in-memory AFTER limit is enforced at the database layer, so when assigneeType is set the count in the response reflects matches within the first limit rows only — not the tenant-wide total. For exhaustive enumeration, call without assigneeType and filter client-side.

利用可能なオプション:
unassigned,
ai_agent,
human_agent,
requester
limit
number
デフォルト:50

Max results — 1..100, default 50

必須範囲: 1 <= x <= 100

レスポンス

Session list

ok
boolean
必須
sessions
object[]
必須
count
integer
必須
必須範囲: -9007199254740991 <= x <= 9007199254740991
最終更新日 2026年6月23日