Skip to main content
GET
List scenes in scope

Authorizations

x-hyphae-key
string
header
required

The API key issued for the calling agent. Required on every endpoint except GET /healthz.

Query Parameters

cursor
string

Opaque cursor from a prior page's next_cursor

limit
integer

Page size; clamped to the server max; omitted = default

Required range: x >= 1

Response

A page of scenes in scope, with a cursor to the next page (FR-13).

scenes
object[]
required
next_cursor
string | null

Cursor for the next page; null when this is the last page (FR-13).