List Passages

GET
/v1/agents/:agent_id/archival-memory

Retrieve the memories in an agent’s archival memory store (paginated query).

Path parameters

agent_idstringRequired

Query parameters

afterintegerOptional

Unique ID of the memory to start the query range at.

beforeintegerOptional

Unique ID of the memory to end the query range at.

limitintegerOptional

How many results to include in the response.

Response

Successful Response

list of objects or null

Errors

Built with