Skip to main content
GET
List or search memory entries for a fleet

Authorizations

Authorization
string
header
required

Obtain a token via the CLI auth flow (POST /v1/auth/sessions) or GitHub OAuth

Path Parameters

workspace_id
string<uuid>
required
fleet_id
string<uuid>
required

Query Parameters

query
string

Fuzzy text search across key and content. When omitted, the endpoint lists most-recent entries.

category
string
limit
integer
default:100
Required range: 1 <= x <= 100
starting_after
string

Opaque continuation cursor from the previous page's next_cursor. The page starts strictly after that entry; an unparseable value is refused with 400.

Response

OK

items
object[]
total
integer
next_cursor
string | null

Continuation cursor for the next page, or null on the final page.