Skip to main content
GET
Fetch one scene

Authorizations

x-hyphae-key
string
header
required

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

Path Parameters

id
string<uuid>
required

The scene id (UUID).

Response

The requested scene.

A clustering of related cells around a centroid. summary is an LLM synthesis of the scene's member cells, so a scene is content: every read of it is tenant-scoped.

id
string<uuid>
required
tenant_id
string
required

Always set; server-derived and always the caller's own tenant (a scoped read cannot return another's). default in V1.

project_id
string
required
centroid
number<float>[]
required

The scene centroid vector.

summary
string
required
created_at
string<date-time>
required