Skip to content

List memory crystals

GET
/api/v1/memory/crystals

Return memory crystals for the authenticated tenant. Optionally filter by agent_role and memory_type.

Authorizations

Parameters

Query Parameters

agent_role
Any of:
string

Filter by source agent role

memory_type
Any of:
string

Filter by crystal type

limit

Maximum items to return

integer
default: 20 >= 1 <= 100

Maximum items to return

offset

Pagination offset

integer

Pagination offset

Responses

200

Successful Response

Response envelope for the list-crystals endpoint.

Attributes: data: Container with crystals list and total count.

object
data
required
object
key
additional properties
any

422

Validation Error

object
detail
Array<object>
object
ctx
object
input
loc
required
Array
msg
required
string
type
required
string