List memory layers
Lists all memory layers in the workspace
Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Path Parameters
"workspace_01HXKD2E5NQM3T9AYWCF133E3Q"
Query Parameters
Maximum number of results to return
Pagination cursor from previous response
Filter expression (query param: prefix)
Free-form search query
Filter by layer type
MEMORY_LAYER_TYPE_UNSPECIFIED, MEMORY_LAYER_TYPE_EPISODIC, MEMORY_LAYER_TYPE_SKILLS Filter to episodic layers belonging to this agent.
"agent_01HXKD2E5NQM3T9AYWCFMGWT9Y"
Filter to episodic layers whose episodic key starts with this prefix (e.g. "customer/" matches "customer/42" and "customer/43"). Useful for namespaced keys, similar to a redis key scan.
Filters by metadata labels. Comma-separated key=value pairs, e.g. "env=prod,team=ai". A resource matches only if every pair matches exactly (AND semantics).
Sort order for results (asc or desc by creation time)
When set to true you may use more of your alloted API rate-limit