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
required

UUIDv7 of the workspace.

fleet_id
string
required

UUIDv7 of the fleet.

Query Parameters

query
string

Free text the entries are searched by.

category
string

Keep only the entries in one category.

starting_after
string

Cursor returned as next_cursor by the previous page.

limit
string

How many rows to return; a positive integer.

Response

OK

GET /v1/workspaces/{workspace_id}/fleets/{fleet_id}/memories — one page.

items
object[]
required

The entries on this page, newest first.

total
integer
required

How many memories this page carries. The count covers this page only, not the whole Fleet.

Required range: x >= 0
next_cursor
string | null

Where the next page resumes, or null on the last one.